IServerType.ServerInstanceName Property

 

Applies To: SQL Server 2016 Preview

Gets the instance name of the server.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

string ServerInstanceName { get; }
property String^ ServerInstanceName {
    String^ get();
}
abstract ServerInstanceName : string with get
ReadOnly Property ServerInstanceName As String

Property Value

Type: System.String

A T.System.String value that specifies the instance name of the server.

See Also

IServerType Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top