IPropertyPage.Load 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Sub Load ( _
    ci As UIConnectionInfo _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

IPropertyPage 인터페이스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스