EnvironmentReference.ReferenceId 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 reference.
public:
property long ReferenceId { long get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.ReadOnlyAfterCreation | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Identifier")]
[System.ComponentModel.ReadOnly(true)]
public long ReferenceId { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.ReadOnlyAfterCreation | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Required)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Identifier")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ReferenceId : int64
Public ReadOnly Property ReferenceId As Long
Property Value
The identifier of the reference.
- Attributes