OlapConnectionProperties.Setup(UIConnectionInfo) Method

Definition

Initiates the setup to check if the connection information should be updated by comparing the cached UIConnectionInfo object to the new one.

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

Connection information.

Implements

Applies to