EnvironmentReference.ReferenceId Property

Definition

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

Applies to