IDTSRuntimeConnection100.IdentificationString プロパティ

定義

IDTSRuntimeConnection100オブジェクトを一意に識別する文字列が得られます。

public:
 property System::String ^ IdentificationString { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(15)]
public string IdentificationString { [System.Runtime.InteropServices.DispId(15)] get; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
member this.IdentificationString : string
Public ReadOnly Property IdentificationString As String

プロパティ値

IDTSRuntimeConnection100 オブジェクトです。

実装

属性

注釈

IdentificationStringプロパティはランタイム接続を一意に識別し、ランタイム接続のObjectTypeNameIDの特性の連結で構成されています。

適用対象