Version Constructor
This constructor supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
Syntax
'Declaration
Public Sub New ( _
version As String _
)
public Version (
string version
)
public:
Version (
String^ version
)
public Version (
String version
)
public function Version (
version : String
)
Parameters
- version
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Version Class
Version Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace