Freigeben über


ConnectionManagerAdoClass.GetConnectionForSchema-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the connection for the schema.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function GetConnectionForSchema As Object
'Usage
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

Rückgabewert

Typ: System.Object
An instance of the connection.

Implementiert

IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()

Siehe auch

Verweis

ConnectionManagerAdoClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace