Partager via


Méthode ConnectionManagerAdoNetClass.GetConnectionForSchema

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the connection for the schema.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Function GetConnectionForSchema As Object
'Utilisation
Dim instance As ConnectionManagerAdoNetClass 
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

Valeur de retour

Type : System.Object
The connection for the schema.

Implémente

IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()

Notes

For more information, see ConnectionManager.

Voir aussi

Référence

ConnectionManagerAdoNetClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper