This topic has not yet been rated - Rate this topic

ObjectValidationResult Enumeration

An enumeration that specifies the values for reporting the results of validating or extracting an object.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
public enum ObjectValidationResult
Member nameDescription
NoneThe default value.
SuccessNo errors or warnings were encountered when validating or extracting the object.
WarningA warning was encountered when validating or extracting the object.
ErrorAn error was encountered when validating or extracting the object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.