Version(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Version class.
public:
Version(System::String ^ version);
public Version (string version);
new Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.Version : string -> Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.Version
Public Sub New (version As String)
Parameters
- version
- String
The version of the task.