IDTSODBCHandles100.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 です。

関連項目

参照

IDTSODBCHandles100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間