RSType.ServerTypeName Property

 

Applies To: SQL Server 2016 Preview

Gets the string that is exposed to the user in the server type.

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

Syntax

public string ServerTypeName { get; }
public:
property String^ ServerTypeName {
    virtual String^ get() sealed;
}
abstract ServerTypeName : string with get
override ServerTypeName : string with get
Public ReadOnly Property ServerTypeName As String

Property Value

Type: System.String

A string that is exposed to the user.

Implements

IServerType.ServerTypeName

See Also

RSType Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top