PipelineComponentInfo.SamplesTag 属性
Gets the samples tag for the PipelineComponentInfo.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property SamplesTag As String
Get
用法
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
属性值
类型:System.String
The samples tag.