IDTSODBCHandles100.cstr 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 a String that contains the completed connection string returned by the driver.
public:
property System::String ^ cstr { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string cstr { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.cstr : string
Public ReadOnly Property cstr As String
Property Value
A String that contains the connection string.
- Attributes