SqlConnectionProperties.Setup(UIConnectionInfo) Method

Definition

Generates the MRU and autocomplete fields for the database combo box.

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

Parameters

ci
UIConnectionInfo

The object that holds the current user name.

Implements

Applies to