SqlServerCeType.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 SqlServerCeType 
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 ServerType object that specifies the server type for the instance of SQL Server.

Implements

IServerType.ServerType

See Also

Reference

SqlServerCeType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace