Version.DTSVersion Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the DTS version.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property DTSVersion As String
Get
Set
'Usage
Dim instance As Version
Dim value As String
value = instance.DTSVersion
instance.DTSVersion = value
public string DTSVersion { get; set; }
public:
property String^ DTSVersion {
String^ get ();
void set (String^ value);
}
member DTSVersion : string with get, set
function get DTSVersion () : String
function set DTSVersion (value : String)
Property Value
Type: System.String
The DTS version.