OlapServerType Class
Implements the interfaces for the connection dialog box for the Analysis Server connections.
This API is not CLS-compliant.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
[RegisterServerHelpKeyWordAttribute("sql12.swb.registerserver.general.analysisservices.f1")] [HelpKeyWordAttribute("sql12.swb.connection.login.analysisserver.f1")] [CLSCompliantAttribute(false)] [AdvancedViewHelpKeyWordAttribute("sql12.swb.connecttoas.login.f1")] public ref class OlapServerType : IServerType, IConnectionValidator
| Name | Description | |
|---|---|---|
![]() | OlapServerType() | Initializes a new instance of the OlapServerType class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| 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(IDbConnection^) | Checks if the newly opened connection should be returned to the calling application or should be bounced. |
![]() ![]() | 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(UIConnectionInfo^) | Returns a new IDbConnection object that is based on the passed UIConnectionInfo object. |
![]() ![]() | IServerType::LoadPersonalizationInfo(UIConnectionInfo^, Boolean) | 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(UIConnectionInfo^) | Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen. |
![]() ![]() | IServerType::SavePersonalizationInfo(UIConnectionInfo^) | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






