ManagedInstance.ServerUrn Property

Definition

Gets the uniform resource name (URN) of the server instance.

public:
 property System::String ^ ServerUrn { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string ServerUrn { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ServerUrn : string
Public ReadOnly Property ServerUrn As String

Property Value

A String containing the server's URN.

Attributes

Applies to