SqlConnectionProperties.Save(UIConnectionInfo) Method

Definition

Saves contents of UI control into provided CI.

public:
 virtual 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
override this.Save : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
Public Sub Save (ci As UIConnectionInfo)

Parameters

ci
UIConnectionInfo

The information of the connection.

Implements

Applies to