VerifyCompleteEventArgs.VerifySuccess 속성

Gets the Boolean property that specifies whether the verification operation was successful.

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

구문

‘선언
Public ReadOnly Property VerifySuccess As Boolean 
    Get
‘사용 방법
Dim instance As VerifyCompleteEventArgs 
Dim value As Boolean 

value = instance.VerifySuccess
public bool VerifySuccess { get; }
public:
property bool VerifySuccess {
    bool get ();
}
member VerifySuccess : bool
function get VerifySuccess () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the verification operation was successful.If True, the verification operation was successful.If False (default), the verification operation was unsuccessful.

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

참고 항목

참조

VerifyCompleteEventArgs 클래스

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

관련 자료

SMO 이벤트 처리