Share via


IDTSODBCHandles100.cstr Property

Returns a String that contains the completed connection string returned by the driver.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property cstr As String
    Get
'Usage
Dim instance As IDTSODBCHandles100
Dim value As String

value = instance.cstr
string cstr { get; }
property String^ cstr {
    String^ get ();
}
abstract cstr : string
function get cstr () : String

Property Value

Type: System.String
A String that contains the connection string.