Freigeben über


IDTSODBCHandles100.henv-Eigenschaft

Returns an Integer that contains the ODBC environment handle.

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

Syntax

'Declaration
ReadOnly Property henv As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSODBCHandles100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace