OlapServerType.IServerType.LoadPersonalizationInfo Method (UIConnectionInfo, Boolean)

 

Applies To: SQL Server 2016 Preview

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.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

void IServerType.LoadPersonalizationInfo(
    UIConnectionInfo ci,
    bool overwriteExistingSettings
)
private:
virtual void LoadPersonalizationInfo(
    UIConnectionInfo^ ci,
    bool overwriteExistingSettings
) sealed = IServerType::LoadPersonalizationInfo
private abstract LoadPersonalizationInfo : 
        ci:UIConnectionInfo *
        overwriteExistingSettings:bool -> unit
private override LoadPersonalizationInfo : 
        ci:UIConnectionInfo *
        overwriteExistingSettings:bool -> unit
Private Sub LoadPersonalizationInfo (
    ci As UIConnectionInfo,
    overwriteExistingSettings As Boolean
)
    Implements IServerType.LoadPersonalizationInfo

Parameters

  • overwriteExistingSettings
    Type: System.Boolean

    A Boolean value that indicates whether to overwrite existing settings.

Implements

IServerType.LoadPersonalizationInfo(UIConnectionInfo, Boolean)

See Also

OlapServerType Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top