Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 SqlServerCeType
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.