Propriedade cstr
Returns a String that contains the completed connection string returned by the driver.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
A String that contains the connection string.
Consulte também