ConnectionManagerExcelClass.GetConnectionForSchema-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets 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 ConnectionManagerExcelClass
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
The connection for the schema.
Implementiert
IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()
Hinweise
For more information, see ConnectionManager.