Compartir a través de


IDTSODBCHandles100.henv Propiedad

Returns an Integer that contains the ODBC environment handle.

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

Sintaxis

'Declaración
ReadOnly Property henv As Integer 
    Get
'Uso
Dim instance As IDTSODBCHandles100 
Dim value As Integer 

value = instance.henv
int henv { get; }
property int henv {
    int get ();
}
abstract henv : int
function get henv () : int

Valor de la propiedad

Tipo: System.Int32
An Integer that contains the ODBC environment handle.

Vea también

Referencia

IDTSODBCHandles100 Interfaz

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