OlapServerType.IServerType.LoadPersonalizationInfo Method

Definition

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.

 virtual void Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.LoadPersonalizationInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci, bool overwriteExistingSettings) = Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType::LoadPersonalizationInfo;
void IServerType.LoadPersonalizationInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci, bool overwriteExistingSettings);
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.LoadPersonalizationInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * bool -> unit
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.LoadPersonalizationInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * bool -> unit
Sub LoadPersonalizationInfo (ci As UIConnectionInfo, overwriteExistingSettings As Boolean) Implements IServerType.LoadPersonalizationInfo

Parameters

ci
UIConnectionInfo

The connection information.

overwriteExistingSettings
Boolean

A Boolean value that indicates whether to overwrite existing settings.

Implements

Applies to