Свойство 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.