OperationMessage.OperationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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