IPropertyPage.Save Method
Saves the state of the property page to the connection information object.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Sub Save ( _
ci As UIConnectionInfo _
)
'Usage
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
)
Parameters
- ci
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The information of the connection.
See Also