Utility.Name Property

Definition

Gets the name of the connected SQL Store server.

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

Property Value

A String containing the SQL Store server name.

Attributes

Applies to