OperationMessage.OperationId プロパティ

定義

操作の 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

プロパティ値

操作の ID。

属性

適用対象