Share via


SqlServerType.IServerType.ServerType Property

Gets the server type for the instance of SQL Server.

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 SqlServerType
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: System.Guid
A ServerType object that specifies the server type for the instance of SQL Server.

Implements

IServerType.ServerType