Page.OnSave 메서드

Called when the page needs to save the configuration. This can occur when the Next or Commit buttons are clicked on the wizard, or when the Save button is clicked on a sheet.

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

구문

‘선언
Public Overridable Function OnSave As Boolean
‘사용 방법
Dim instance As Page 
Dim returnValue As Boolean 

returnValue = instance.OnSave()
public virtual bool OnSave()
public:
virtual bool OnSave()
abstract OnSave : unit -> bool  
override OnSave : unit -> bool
public function OnSave() : boolean

반환 값

유형: System.Boolean
Always returns true.

참고 항목

참조

Page 클래스

Microsoft.SqlServer.Management.SqlWizardFramework 네임스페이스