OperationMessage.OperationId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作の 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。
- 属性