IDTSODBCHandles100.cstr-Eigenschaft
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
Eigenschaftswert
Typ: System.String
A String that contains the connection string.