PipelineComponentInfo.SamplesTag Property
Gets the samples tag for the PipelineComponentInfo.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property SamplesTag As String
Get
'Usage
Dim instance As PipelineComponentInfo
Dim value As String
value = instance.SamplesTag
public string SamplesTag { get; }
public:
property String^ SamplesTag {
String^ get ();
}
member SamplesTag : string
function get SamplesTag () : String
Property Value
Type: System.String
The samples tag.