ManagedInstance.InstanceName Property

Definition

Gets the name of the instance of SQL Server.

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

Property Value

A String value that specifies the name of the instance of SQL Server.

Attributes

Applies to