IPropertyPage.Save(UIConnectionInfo) Method

Definition

Saves the state of the property page to the connection information object.

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

Parameters

ci
UIConnectionInfo

The information of the connection.

Applies to