Énumération ObjectValidationResult
An enumeration that specifies the values for reporting the results of validating or extracting an object.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public Enumeration ObjectValidationResult
'Utilisation
Dim instance As ObjectValidationResult
public enum ObjectValidationResult
public enum class ObjectValidationResult
type ObjectValidationResult
public enum ObjectValidationResult
Membres
Nom de membre | Description | |
---|---|---|
None | The default value. | |
Success | No errors or warnings were encountered when validating or extracting the object. | |
Warning | A warning was encountered when validating or extracting the object. | |
Error | An error was encountered when validating or extracting the object. |