Método ConnectionManagerOleDbClass.GetConnectionForSchema
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the connection for the schema.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Function GetConnectionForSchema As Object
'Uso
Dim instance As ConnectionManagerOleDbClass
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
Valor de retorno
Tipo: System.Object
The connection for the schema.
Implementa
IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()
Comentários
For more information, see ConnectionManager.