IPropertyPage.Save 메서드

Saves the state of the property page to the connection information object.

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

구문

‘선언
Sub Save ( _
    ci As UIConnectionInfo _
)
‘사용 방법
Dim instance As IPropertyPage 
Dim ci As UIConnectionInfo

instance.Save(ci)
void Save(
    UIConnectionInfo ci
)
void Save(
    UIConnectionInfo^ ci
)
abstract Save : 
        ci:UIConnectionInfo -> unit
function Save(
    ci : UIConnectionInfo
)

매개 변수

참고 항목

참조

IPropertyPage 인터페이스

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