Operation.OperationType プロパティ

定義

操作の種類を取得します。

public:
 property short OperationType { short get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Operation Type")]
[System.ComponentModel.ReadOnly(true)]
public short OperationType { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Operation Type")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.OperationType : int16
Public ReadOnly Property OperationType As Short

プロパティ値

操作の種類。

属性

適用対象