Partager via


Propriété IDTSODBCHandles100.henv

Returns an Integer that contains the ODBC environment handle.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property henv As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSODBCHandles100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper