ExpectedSchemaCondition.Verbose 属性

 

获取或设置一个值,该值指示条件的输出是否应包括架构。

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

语法

public bool Verbose { get; set; }
public:
property bool Verbose {
    bool get();
    void set(bool value);
}
member Verbose : bool with get, set
Public Property Verbose As Boolean

属性值

Type: System.Boolean

如果条件的输出应包含架构,则为 true;否则为 false

请参阅

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

返回页首