Share via


IPropertyPage.Load Method (UIConnectionInfo)

 

Applies To: SQL Server 2016 Preview

Loads the state of the property page from the connection information object.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

void Load(
    UIConnectionInfo ci
)
void Load(
    UIConnectionInfo^ ci
)
abstract Load : 
        ci:UIConnectionInfo -> unit
Sub Load (
    ci As UIConnectionInfo
)

Parameters

See Also

IPropertyPage Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top