Share via


WizardFramework.RemovePage 메서드 (Int32)

Removes the page that has the specified ID from the wizard.

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

구문

‘선언
Public Function RemovePage ( _
    id As Integer _
) As Boolean
‘사용 방법
Dim instance As WizardFramework 
Dim id As Integer 
Dim returnValue As Boolean 

returnValue = instance.RemovePage(id)
public bool RemovePage(
    int id
)
public:
virtual bool RemovePage(
    int id
) sealed
abstract RemovePage : 
        id:int -> bool  
override RemovePage : 
        id:int -> bool
public final function RemovePage(
    id : int
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the page was successfully removed; false if the page was not found, or if the page was not successfully removed.

참고 항목

참조

WizardFramework 클래스

RemovePage 오버로드

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