SqlPage.IsPageInputValid 메서드

Specifies whether the page input is valid.

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

구문

‘선언
Protected Overridable Function IsPageInputValid As Boolean
‘사용 방법
Dim returnValue As Boolean 

returnValue = Me.IsPageInputValid()
protected virtual bool IsPageInputValid()
protected:
virtual bool IsPageInputValid()
abstract IsPageInputValid : unit -> bool  
override IsPageInputValid : unit -> bool
protected function IsPageInputValid() : boolean

반환 값

유형: System.Boolean
true if the page input is valid; otherwise, false.

주의

When you inherit from the SqlPage class, you must override the IsPageInputValid method.

참고 항목

참조

SqlPage 클래스

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