PipelineComponentInfo.SamplesTag プロパティ

PipelineComponentInfo のサンプル タグを取得します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public ReadOnly Property SamplesTag As String 
    Get
'使用
Dim instance As PipelineComponentInfo 
Dim value As String 

value = instance.SamplesTag
public string SamplesTag { get; }
public:
property String^ SamplesTag {
    String^ get ();
}
member SamplesTag : string
function get SamplesTag () : String

プロパティ値

型: System.String
サンプル タグです。

関連項目

参照

PipelineComponentInfo クラス

Microsoft.SqlServer.Dts.Runtime 名前空間