IDtsConnectionService.GetAMOObject(ConnectionManager) Method

Definition

Retrieves the AMO object for an OLAP connection.

public:
 System::Object ^ GetAMOObject(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connectionManager);
public object GetAMOObject (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connectionManager);
abstract member GetAMOObject : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> obj
Public Function GetAMOObject (connectionManager As ConnectionManager) As Object

Parameters

connectionManager
ConnectionManager

A connection manager for the OLAP connection.

Returns

An AMO object.

Applies to