Construtor Version
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Initializes a new instance of the Version class.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)
Sintaxe
'Declaração
Public Sub New ( _
version As String _
)
'Uso
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
)
Parâmetros
- version
Tipo: System.String
The version of the task.