Compartilhar via


Propriedade do RDL IDTSODBCHandles100.henv

Returns an Integer that contains the ODBC environment handle.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSODBCHandles100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper