ExportTestConditionAttribute 생성자 (String, Type)

 

ExportTestConditionAttribute 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
어셈블리:  Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll의 Microsoft.Data.Tools.Schema.Sql.UnitTesting

구문

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 네임스페이스

맨 위로 이동