Share via


OlapServerType.IServerType.SavePersonalizationInfo Method

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.

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

Syntax

'Declaration
Private Sub SavePersonalizationInfo ( _
    ci As UIConnectionInfo _
) Implements IServerType.SavePersonalizationInfo
'Usage
Dim instance As OlapServerType 
Dim ci As UIConnectionInfo 

CType(instance, IServerType).SavePersonalizationInfo(ci)
void IServerType.SavePersonalizationInfo(
    UIConnectionInfo ci
)
private:
virtual void SavePersonalizationInfo(
    UIConnectionInfo^ ci
) sealed = IServerType::SavePersonalizationInfo
private abstract SavePersonalizationInfo : 
        ci:UIConnectionInfo -> unit  
private override SavePersonalizationInfo : 
        ci:UIConnectionInfo -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IServerType.SavePersonalizationInfo(UIConnectionInfo)

See Also

Reference

OlapServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace