OlapServerType.IServerType.ServerTypeName Property

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

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

Syntax

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

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

Property Value

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

Implements

IServerType.ServerTypeName

See Also

Reference

OlapServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace