OlapServerType.IServerType.ServerType Property

Gets the string value that represents the server type.

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

Syntax

'Declaration
Private ReadOnly Property ServerType As Guid 
    Implements IServerType.ServerType 
    Get
'Usage
Dim instance As OlapServerType 
Dim value As Guid 

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

Property Value

Type: Guid
A string that represents the server type.

Implements

IServerType.ServerType

See Also

Reference

OlapServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace