Share via


IServerType.ServerType Property

Gets the GUID for the server type that is exposed to the user in the Server type combo box.

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

Syntax

'Declaration
ReadOnly Property ServerType As Guid 
    Get
'Usage
Dim instance As IServerType 
Dim value As Guid 

value = instance.ServerType
Guid ServerType { get; }
property Guid ServerType {
    Guid get ();
}
abstract ServerType : Guid
function get ServerType () : Guid

Property Value

Type: System.Guid
The GUID for the server type.

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace