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 the samples tag for the TaskInfo.
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 TaskInfo
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.