Compartir a través de


ConnectionManagerAdoNetClass.GetConnectionForSchema Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the connection for the schema.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Function GetConnectionForSchema As Object
'Uso
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

Valor devuelto

Tipo: System.Object
The connection for the schema.

Implementa

IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()

Comentarios

For more information, see ConnectionManager.

Vea también

Referencia

ConnectionManagerAdoNetClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper