IPropertyPage.Verify 메서드

Verifies the contents of the property page that are valid. If the contents are not valid, the page should make it visible and display an error message.

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

구문

‘선언
Function Verify As Boolean
‘사용 방법
Dim instance As IPropertyPage 
Dim returnValue As Boolean 

returnValue = instance.Verify()
bool Verify()
bool Verify()
abstract Verify : unit -> bool
function Verify() : boolean

반환 값

유형: System.Boolean
true to the contents of the property page that are valid; otherwise, false.

참고 항목

참조

IPropertyPage 인터페이스

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