IDTSPath100.IdentificationString プロパティ

IDTSPath100 オブジェクトを識別する一意の文字列を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Property IdentificationString As String 
    Get
'使用
Dim instance As IDTSPath100 
Dim value As String 

value = instance.IdentificationString
string IdentificationString { get; }
property String^ IdentificationString {
    String^ get ();
}
abstract IdentificationString : string
function get IdentificationString () : String

プロパティ値

型: System.String
データ フロー レイアウトの IDTSPath100 です。

説明

識別文字列は、ObjectTypeName、および ID の各プロパティで構成される読み取り専用プロパティです。

関連項目

参照

IDTSPath100 インターフェイス

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