Metodo ConnectionManagerExcelClass.GetConnectionForSchema

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the connection for the schema.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetConnectionForSchema As Object
'Utilizzo
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

Valore restituito

Tipo: System.Object
The connection for the schema.

Implementa

IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()

Osservazioni

For more information, see ConnectionManager.

Vedere anche

Riferimento

ConnectionManagerExcelClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper