Share via


Version Constructor

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the Version class.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Syntax

'Declaration
Public Sub New ( _
    version As String _
)
'Usage
Dim version As String 

Dim instance As New Version(version)
public Version(
    string version
)
public:
Version(
    String^ version
)
new : 
        version:string -> Version
public function Version(
    version : String
)

Parameters

See Also

Reference

Version Class

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace