SqlServerType.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
Private ReadOnly Property ServerTypeName As String
Implements IServerType.ServerTypeName
Get
'Usage
Dim instance As SqlServerType
Dim value As String
value = CType(instance, IServerType).ServerTypeName
string IServerType.ServerTypeName { get; }
private:
virtual property String^ ServerTypeName {
String^ get () sealed = IServerType::ServerTypeName::get;
}
private abstract ServerTypeName : string
private override ServerTypeName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A string that is exposed to the user in the Server Type combo box.