OperationMessage.Key Constructor
Initializes a new instance of the OperationMessage.Key class with the specified ID.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
id As Long _
)
'Uso
Dim id As Long
Dim instance As New OperationMessage.Key(id)
public Key(
long id
)
public:
Key(
long long id
)
new :
id:int64 -> Key
public function OperationMessage.Key(
id : long
)
Parámetros
- id
Tipo: System.Int64
The specified ID.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices