Свойство cstr

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
ReadOnly Property cstr As String
    Get
'Применение
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

Значение свойства

Тип System. . :: . .String
A String that contains the connection string.