Operation.ObjectId 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 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