VerifySuccess Propiedad
Gets the Boolean property that specifies whether the verification operation was successful.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
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 de la propiedad
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.
Vea también