Condividi tramite


Proprietà OperationMessage.OperationId

Gets the operation Id.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationId As Long 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int64
The operation Id.

Vedere anche

Riferimento

OperationMessage Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices