DtsPipelineComponentAttribute.SamplesTag 속성

Gets or sets the samples tag from the component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Property SamplesTag As String 
    Get 
    Set
‘사용 방법
Dim instance As DtsPipelineComponentAttribute 
Dim value As String 

value = instance.SamplesTag

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

속성 값

유형: System.String
The samples tag.

주의

This property enables you to specify a filter keyword to search for samples related to specific managed components.

참고 항목

참조

DtsPipelineComponentAttribute 클래스

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