Operation.ObjectId Property

Definition

Gets the identifier of the object.

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)

Property Value

The identifier of the object.

Attributes

Applies to