SqlCeConnectionProperties.Load(UIConnectionInfo) Method

Definition

Returns a value that indicates the event handlers to unregister while updating the control.

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

Parameters

ci
UIConnectionInfo

The connection information.

Implements

Applies to