ValidatedObjectEventArgs.Result Property
Gets the results of the validation.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public ReadOnly Property Result As ObjectValidationResult
Get
'Utilisation
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
Property Value
Type: Microsoft.SqlServer.Management.Dac.ObjectValidationResult
A ObjectValidationResult object that reports the results of the validation.