共用方式為


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 命名空間