Operation.ObjectType 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 object.
public:
property Nullable<short> ObjectType { Nullable<short> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Object Type")]
[System.ComponentModel.ReadOnly(true)]
public short? ObjectType { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Object Type")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ObjectType : Nullable<int16>
Public ReadOnly Property ObjectType As Nullable(Of Short)
Property Value
The type of the object.
- Attributes