Compartilhar via


Propriedade do RDL Result

Gets the results of the validation.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public ReadOnly Property Result As ObjectValidationResult
    Get
'Uso
Dim instance As ValidatedObjectEventArgs
Dim value As ObjectValidationResult

value = instance.Result
public ObjectValidationResult Result { get; }
public:
property ObjectValidationResult Result {
    ObjectValidationResult get ();
}
member Result : ObjectValidationResult
function get Result () : ObjectValidationResult

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Dac. . :: . .ObjectValidationResult
A ObjectValidationResult object that reports the results of the validation.