ObjectValidationResult 枚举

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

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Enumeration ObjectValidationResult
用法
Dim instance As ObjectValidationResult
public enum ObjectValidationResult
public enum class ObjectValidationResult
type ObjectValidationResult
public enum ObjectValidationResult

成员

成员名称 说明
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.