Udostępnij przez


Właściwość ValidatedObjectEventArgs.Result

Pobiera wyniki sprawdzania poprawności.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dac
Zestaw:  Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)

Składnia

'Deklaracja
Public ReadOnly Property Result As ObjectValidationResult
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Dac.ObjectValidationResult
A ObjectValidationResult obiekt, który przedstawia wyniki sprawdzania poprawności.