InconclusiveCondition 類別
代表預設條件,在此條件下不需提供必要或預期的測試結果。
命名空間: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
組件: Microsoft.Data.Tools.Schema.Sql.UnitTesting (在 Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)
繼承階層架構
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.TestCondition
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.InconclusiveCondition
語法
[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
public class InconclusiveCondition : TestCondition
[PartCreationPolicyAttribute(CreationPolicy::NonShared)]
public ref class InconclusiveCondition : TestCondition
[<PartCreationPolicyAttribute(CreationPolicy.NonShared)>]
type InconclusiveCondition =
class
inherit TestCondition
end
<PartCreationPolicyAttribute(CreationPolicy.NonShared)>
Public Class InconclusiveCondition
Inherits TestCondition
建構函式
名稱 | 描述 | |
---|---|---|
![]() |
InconclusiveCondition() | 初始化 InconclusiveCondition 類別的新執行個體。 |
屬性
名稱 | 描述 | |
---|---|---|
![]() |
CanRaiseEvents | (繼承自 Component。) |
![]() |
Container | (繼承自 Component。) |
![]() |
DesignMode | (繼承自 Component。) |
![]() |
Enabled | 取得或設定值,這個值表示測試條件是否已啟用。(繼承自 TestCondition。) |
![]() |
Events | (繼承自 Component。) |
![]() |
Name | 取得或設定測試條件名稱。(繼承自 TestCondition。) |
![]() |
Site | (繼承自 Component。) |
方法
名稱 | 描述 | |
---|---|---|
![]() |
Assert(DbConnection, SqlExecutionResult[]) | 驗證輸入參數。(覆寫 TestCondition.Assert(DbConnection, SqlExecutionResult[])。) |
![]() |
CreateObjRef(Type) | (繼承自 MarshalByRefObject。) |
![]() |
Dispose() | (繼承自 Component。) |
![]() |
Dispose(Boolean) | (繼承自 Component。) |
![]() |
Equals(Object) | (繼承自 Object。) |
![]() |
Finalize() | (繼承自 Component。) |
![]() |
GetHashCode() | (繼承自 Object。) |
![]() |
GetLifetimeService() | (繼承自 MarshalByRefObject。) |
![]() |
GetService(Type) | (繼承自 Component。) |
![]() |
GetType() | (繼承自 Object。) |
![]() |
InitializeLifetimeService() | (繼承自 MarshalByRefObject。) |
![]() |
MemberwiseClone() | (繼承自 Object。) |
![]() |
MemberwiseClone(Boolean) | (繼承自 MarshalByRefObject。) |
![]() |
ToString() | 傳回代表目前物件的字串。(覆寫 Component.ToString()。) |
事件
名稱 | 描述 | |
---|---|---|
![]() |
Disposed | (繼承自 Component。) |
備註
建立集合時,每個新的 SqlDatabaseTestActions 集合會包含一個 InconclusiveCondition。
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 命名空間
回到頁首