OperationMessage.OperationId Property

Definition

Gets the operation Id.

public:
 property long OperationId { long get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Operation Identifier")]
[System.ComponentModel.ReadOnly(true)]
public long OperationId { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Operation Identifier")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.OperationId : int64
Public ReadOnly Property OperationId As Long

Property Value

The operation Id.

Attributes

Applies to