OlapConnectionProperties.Load Method (UIConnectionInfo)

 

Applies To: SQL Server 2016 Preview

Loads values from the supplied UIConnectionInfo object into controls.

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

Syntax

public void Load(
    UIConnectionInfo ci
)
public:
virtual void Load(
    UIConnectionInfo^ ci
) sealed
abstract Load : 
        ci:UIConnectionInfo -> unit
override Load : 
        ci:UIConnectionInfo -> unit
Public Sub Load (
    ci As UIConnectionInfo
)

Parameters

Implements

IPropertyPage.Load(UIConnectionInfo)

See Also

OlapConnectionProperties Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top