DtsTaskAttribute.SamplesTag 属性

Gets or sets the samples tag from the task.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property SamplesTag As String 
    Get 
    Set
用法
Dim instance As DtsTaskAttribute 
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 tasks.

请参阅

参考

DtsTaskAttribute 类

Microsoft.SqlServer.Dts.Runtime 命名空间