Operation.ObjectId 속성

정의

개체의 식별자를 가져옵니다.

public:
 property Nullable<long> ObjectId { Nullable<long> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Object Identifier")]
[System.ComponentModel.ReadOnly(true)]
public long? ObjectId { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Object Identifier")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ObjectId : Nullable<int64>
Public ReadOnly Property ObjectId As Nullable(Of Long)

속성 값

개체의 식별자입니다.

특성

적용 대상