ExpectedSqlExceptionAttribute.State 属性

 

获取或设置错误的预期错误状态。

命名空间:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
程序集:  Microsoft.Data.Tools.Schema.Sql.UnitTesting(Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)

语法

public byte State { get; set; }
public:
property unsigned char State {
    unsigned char get();
    void set(unsigned char value);
}
member State : byte with get, set
Public Property State As Byte

属性值

Type: System.Byte

错误的预期状态。

备注

如果未提供,则忽略引发的异常的状态。

请参阅

ExpectedSqlExceptionAttribute 类
Microsoft.Data.Tools.Schema.Sql.UnitTesting 命名空间

返回页首