Operation.OperationType 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 type of the operation.
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
Property Value
The type of the operation.
- Attributes