Operation.ObjectType プロパティ

定義

オブジェクトの古い型を取得します。

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)

プロパティ値

オブジェクトの型。

属性

適用対象