共用方式為


IDTSODBCHandles100.henv 屬性

Returns an Integer that contains the ODBC environment handle.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
ReadOnly Property henv As Integer 
    Get
'用途
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

屬性值

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

請參閱

參考

IDTSODBCHandles100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間