Propriété cstr
Returns a String that contains the completed connection string returned by the driver.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property cstr As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String that contains the connection string.
Voir aussi