OlapServerType.IServerType.ServerInstanceName Property

Gets the String value that represents the name of the server instance.

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

Syntax

'Declaration
Private ReadOnly Property ServerInstanceName As String 
    Implements IServerType.ServerInstanceName 
    Get
'Usage
Dim instance As OlapServerType 
Dim value As String 

value = CType(instance, IServerType).ServerInstanceName
string IServerType.ServerInstanceName { get; }
private:
virtual property String^ ServerInstanceName {
    String^ get () sealed = IServerType::ServerInstanceName::get;
}
private abstract ServerInstanceName : string 
private override ServerInstanceName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: String
A string value that represents the name of the server instance.

Implements

IServerType.ServerInstanceName

See Also

Reference

OlapServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace