Share via


IServerType.ServerInstanceName Property

Gets the instance name of the server.

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

Syntax

'Declaration
ReadOnly Property ServerInstanceName As String 
    Get
'Usage
Dim instance As IServerType 
Dim value As String 

value = instance.ServerInstanceName
string ServerInstanceName { get; }
property String^ ServerInstanceName {
    String^ get ();
}
abstract ServerInstanceName : string
function get ServerInstanceName () : String

Property Value

Type: System.String
A [T.System.String] value that specifies the instance name of the server.

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace