PipelineComponentInfo.SamplesTag 속성

Gets the samples tag for the 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
The samples tag.

참고 항목

참조

PipelineComponentInfo 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스