Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.27 KB

File metadata and controls

32 lines (27 loc) · 2.27 KB
title ADOMD.NET Server Programming | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology analysis-services
ms.topic reference
helpviewer_keywords
programming [ADOMD.NET]
ADOMD.NET, programming
ms.assetid 7f7ff5be-3826-43a5-b94d-ddeec5ddb2eb
author minewiskan
ms.author owend
manager craigg

ADOMD.NET Server Programming

The ADOMD.NET server components of ADOMD.NET reside within the Microsoft.AnalysisServices.AdomdServer namespace (in msmgdsrv.dll). You use these server components to create custom Multidimensional Expressions (MDX) functions and stored procedures that are run on an instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion]. The server objects provide the capabilities for querying cubes and mining models, and for evaluating expressions in a given context. The benefits for creating custom functions and stored procedures include fast execution, centralized deployment, and improved maintainability.

The topics in the following table will help you develop ADOMD.NET server applications.

Topic Description
ADOMD.NET Server Functionality Describes the uses for ADOMD.NET server objects.
ADOMD.NET Server Object Architecture Describes the object architecture for ADOMD.NET server objects.
User Defined Functions and Stored Procedures Walks you through the process of creating a user defined function or stored Procedure.

See Also

ADOMD.NET Client Programming
Developing with ADOMD.NET