Поделиться через


Свойство 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