다음을 통해 공유


VerifySuccess 속성

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

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

구문

‘선언
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.