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


Метод ConnectionManagerAdoClass.GetConnectionForSchema

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Returns the connection for the schema.

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

Синтаксис

'Декларация
Public Overridable Function GetConnectionForSchema As Object
'Применение
Dim instance As ConnectionManagerAdoClass 
Dim returnValue As Object 

returnValue = instance.GetConnectionForSchema()
public virtual Object GetConnectionForSchema()
public:
virtual Object^ GetConnectionForSchema()
abstract GetConnectionForSchema : unit -> Object  
override GetConnectionForSchema : unit -> Object
public function GetConnectionForSchema() : Object

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

Тип: System.Object
An instance of the connection.

Реализует

IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()

См. также

Справочник

ConnectionManagerAdoClass Класс

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