Поделиться через


Метод IDtsConnectionService.GetAMOObject

Retrieves the AMO object for an OLAP connection.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
Function GetAMOObject ( _
    connectionManager As ConnectionManager _
) As Object
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Object
An AMO object.

См. также

Справочник

IDtsConnectionService Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Design