Share via


IServerType.ServerTypeName Property

Gets the string 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 ServerTypeName As String 
    Get
'Usage
Dim instance As IServerType 
Dim value As String 

value = instance.ServerTypeName
string ServerTypeName { get; }
property String^ ServerTypeName {
    String^ get ();
}
abstract ServerTypeName : string
function get ServerTypeName () : String

Property Value

Type: System.String
The [T.System.String] that is exposed to the user.

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace