Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the AMO object for an OLAP connection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Function GetAMOObject ( _
connectionManager As ConnectionManager _
) As Object
'Usage
Dim instance As IDtsConnectionService
Dim connectionManager As ConnectionManager
Dim returnValue As Object
returnValue = instance.GetAMOObject(connectionManager)
Object GetAMOObject(
ConnectionManager connectionManager
)
Object^ GetAMOObject(
ConnectionManager^ connectionManager
)
abstract GetAMOObject :
connectionManager:ConnectionManager -> Object
function GetAMOObject(
connectionManager : ConnectionManager
) : Object
Parameters
- connectionManager
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
A connection manager for the OLAP connection.
Return Value
Type: System.Object
An AMO object.