ExpectedSchemaCondition.Verbose 属性

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

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

语法

声明
Public Property Verbose As Boolean
    Get
    Set
public bool Verbose { get; set; }
public:
property bool Verbose {
    bool get ();
    void set (bool value);
}
member Verbose : bool with get, set
function get Verbose () : boolean
function set Verbose (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ExpectedSchemaCondition 类

Microsoft.Data.Schema.UnitTesting.Conditions 命名空间