IDTSODBCHandles100.cstr Property

Definition

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

Applies to