테스트 조건에 대한 구성 정보를 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
어셈블리: Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll의 Microsoft.Data.Tools.Schema.Sql.UnitTesting
구문
public string Configuration { get; set; }
public:
property String^ Configuration {
String^ get();
void set(String^ value);
}
member Configuration : string with get, set
Public Property Configuration As String
속성 값
Type: System.String
테스트 조건에 대한 구성 정보.
참고 항목
DataSetTestCondition 클래스
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 네임스페이스
맨 위로 이동