cstr プロパティ

ドライバによって返される完全な接続文字列を表す String を返します。

名前空間:  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
接続文字列を表す String です。