IDTSODBCHandles100.henv Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer that contains the ODBC environment handle.
public:
property int henv { int get(); };
[System.Runtime.InteropServices.DispId(1)]
public int henv { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.henv : int
Public ReadOnly Property henv As Integer
Property Value
An Integer that contains the ODBC environment handle.
- Attributes