Compartir a través de


cstr Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property cstr As String
    Get
'Uso
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

Valor de la propiedad

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