Share via


RSType.SavePersonalizationInfo(UIConnectionInfo) Method

Definition

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.

public:
 virtual void SavePersonalizationInfo(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public void SavePersonalizationInfo (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member SavePersonalizationInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
override this.SavePersonalizationInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
Public Sub SavePersonalizationInfo (ci As UIConnectionInfo)

Parameters

ci
UIConnectionInfo

The connection information.

Implements

Applies to