IServerType.LoadPersonalizationInfo Method (UIConnectionInfo, Boolean)

 

Applies To: SQL Server 2016 Preview

Loads any personalization information that was saved upon successful connection by using M:Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.SavePersonalizationInfo(Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo. 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 LoadPersonalizationInfo(
    UIConnectionInfo ci,
    bool overwriteExistingSettings
)
void LoadPersonalizationInfo(
    UIConnectionInfo^ ci,
    bool overwriteExistingSettings
)
abstract LoadPersonalizationInfo : 
        ci:UIConnectionInfo *
        overwriteExistingSettings:bool -> unit
Sub LoadPersonalizationInfo (
    ci As UIConnectionInfo,
    overwriteExistingSettings As Boolean
)

Parameters

  • overwriteExistingSettings
    Type: System.Boolean

    true to overwrite existing settings; otherwise, false.

See Also

IServerType Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top