Proprietà IDTSODBCHandles100.cstr

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property cstr As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSODBCHandles100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper