IPropertyPage.Setup(UIConnectionInfo) Method

Definition

Passes the UIConnectionInfo object to the property page that allows it to perform whatever setup is necessary.

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

Parameters

ci
UIConnectionInfo

The information of the connection.

Applies to