次の方法で共有


ExportTestConditionAttribute コンストラクター (String, Type)

 

ExportTestConditionAttribute クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
アセンブリ:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 内)

構文

public ExportTestConditionAttribute(
    string displayName,
    Type implementingType
)
public:
ExportTestConditionAttribute(
    String^ displayName,
    Type^ implementingType
)
new : 
        displayName:string *
        implementingType:Type -> ExportTestConditionAttribute
Public Sub New (
    displayName As String,
    implementingType As Type
)

パラメーター

  • displayName
    Type: System.String

    ユーザーが条件を選択するときに表示される名前。

  • implementingType
    Type: System.Type

    TestCondition を拡張する具象型。この TestCondition エクスポートの一意の ID を生成するために使用されます。

参照

ExportTestConditionAttribute オーバーロード
ExportTestConditionAttribute クラス
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 名前空間

トップに戻る