IPropertyPage.Load Method
Loads the state of the property page from the connection information object.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Sub Load ( _
ci As UIConnectionInfo _
)
'Usage
Dim instance As IPropertyPage
Dim ci As UIConnectionInfo
instance.Load(ci)
void Load(
UIConnectionInfo ci
)
void Load(
UIConnectionInfo^ ci
)
abstract Load :
ci:UIConnectionInfo -> unit
function Load(
ci : UIConnectionInfo
)
Parameters
- ci
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The information of the connection.
See Also