Compartir a través de


DtsTaskAttribute.SamplesTag Propiedad

Gets or sets the samples tag from the task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property SamplesTag As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The samples tag.

Comentarios

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

Vea también

Referencia

DtsTaskAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime