OlapServerType Class
SQL Server 2008 R2
Implements the interfaces for the connection dialog box for the Analysis Server connections.
Namespace:
Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
[CLSCompliantAttribute(false)] [AdvancedViewHelpKeyWordAttribute("sql105.swb.connecttoas.login.f1")] [HelpKeyWordAttribute("sql105.swb.connection.login.analysisserver.f1")] [RegisterServerHelpKeyWordAttribute("sql105.swb.registerserver.general.analysisservices.f1")] public class OlapServerType : IServerType, IConnectionValidator
The OlapServerType type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | authCollection | Defines the collection of AuthenticationInfo in the property. |
![]() ![]() | ConnectionTimeout | Defines the constant string value for the connection timeout. |
![]() ![]() | Database | Defines the constant string value for the database. |
![]() ![]() | EncryptConnection | Defines the constant string value for the encrypt connection. |
![]() ![]() | ExecutionTimeout | Defines the constant string value for the execution timeout. |
![]() ![]() | ExecutionTimeoutDisable | Defines the constant string value for the execution timeout disable. |
![]() ![]() | InternetAuthenticationType | Defines the constant integer value for the Internet Authentication type. |
![]() ![]() | reqSize | Defines the requested property size of the server. |
![]() | serverInstanceName | Returns a string value of the specified resource that represents the server instance name. |
![]() | serverName | Returns a string value of the specified resource that represents the server name. |
![]() | serverRootName | Returns a string value of the specified resource that represents the root name of the server. |
![]() ![]() | ServerType | Initializes the specified server type by using a globally unique identifier. |
![]() ![]() | TrustedAuthenticationType | Defines the constant integer value for the trusted authentication type. |
| Name | Description | |
|---|---|---|
![]() ![]() | IConnectionValidator.CheckConnection | Checks if the newly opened connection should be returned to the calling application or should be bounced. |
![]() ![]() | IServerType.AuthenticationInfoCollection | Gets a table that contains the authentication labels that are used to populate the simple view of the connection dialog box. |
![]() ![]() | IServerType.GenerateImage | Raises the Image event to load the specified icon for the server. |
![]() ![]() | IServerType.GenerateUserControl | Raises the UserControl event to generate the user control in the server. |
![]() ![]() | IServerType.GetConnectionObject | Returns a new IDbConnection object that is based on the passed UIConnectionInfo object. |
![]() ![]() | IServerType.LoadPersonalizationInfo | Loads any personalization information that was saved upon successful connection by using SavePersonalizationInfo. The personalization information is uniquely identified by a combination of server type, server name, authentication type, and user name. |
![]() ![]() | IServerType.ProceedWithConnection | Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen. |
![]() ![]() | IServerType.RequestedPropertySize | Gets the requested size of the property. |
![]() ![]() | IServerType.SavePersonalizationInfo | Saves personalization information that may be needed for subsequent uses of the connection dialog box, such as the server type, server name, authentication type, and user name. |
![]() ![]() | IServerType.ServerGroupName | Gets the string value of the server group. |
![]() ![]() | IServerType.ServerInstanceName | Gets the String value that represents the name of the server instance. |
![]() ![]() | IServerType.ServerType | Gets the string value that represents the server type. |
![]() ![]() | IServerType.ServerTypeName | Gets the String value that represents the name of the server type. |


