次の方法で共有


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 名前空間

トップに戻る