Propriedade do RDL VerifyCompleteEventArgs.VerifySuccess
Gets the Boolean property that specifies whether the verification operation was successful.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public ReadOnly Property VerifySuccess As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: 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.
Exemplos
How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET
Consulte também
Referência
VerifyCompleteEventArgs Classe
Namespace Microsoft.SqlServer.Management.Smo