SqlConnectionProperties.Verify 메서드

Performs when the user control is required to validate the current contents of its controls.

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

구문

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

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

반환 값

유형: System.Boolean
true to valid state; otherwise, false.

구현

IPropertyPage.Verify()

참고 항목

참조

SqlConnectionProperties 클래스

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