VerifyCompleteEventArgs.VerifySuccess Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

public bool VerifySuccess { get; }
public:
property bool VerifySuccess {
    bool get();
}
member VerifySuccess : bool with get
Public ReadOnly Property VerifySuccess As Boolean

Property Value

Type: 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.

Examples

Legacy Code Example

Unable to find linked topic 'a1bd68db-295c-4e0d-8674-d5b2d8f9fead'.

See Also

VerifyCompleteEventArgs Class
Microsoft.SqlServer.Management.Smo Namespace
Handling SMO Events

Return to top