Operation.ObjectType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il tipo dell'oggetto.
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)
Valore della proprietà
Tipo dell'oggetto.
- Attributi