Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the samples tag from the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Property SamplesTag As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The samples tag.
Remarks
This property enables you to specify a filter keyword to search for samples related to specific managed components.