IDtsConnectionService.GetAMOObject(ConnectionManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.