Compartir a través de


OperationMessage.OperationId Propiedad

Gets the operation Id.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationId As Long 
    Get
'Uso
Dim instance As OperationMessage 
Dim value As Long 

value = instance.OperationId
[SfcPropertyAttribute(Data = true)]
public long OperationId { get; }
[SfcPropertyAttribute(Data = true)]
public:
property long long OperationId {
    long long get ();
}
[<SfcPropertyAttribute(Data = true)>]
member OperationId : int64
function get OperationId () : long

Valor de la propiedad

Tipo: System.Int64
The operation Id.

Vea también

Referencia

OperationMessage Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices