InconclusiveCondition 類別
代表預設條件,在此條件下不需提供任何資料,也不會產生測試結果。
繼承階層架構
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.Data.Schema.UnitTesting.Conditions.TestCondition
Microsoft.Data.Schema.UnitTesting.Conditions.InconclusiveCondition
命名空間: Microsoft.Data.Schema.UnitTesting.Conditions
組件: Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)
語法
'宣告
<DatabaseSchemaProviderCompatibilityAttribute(Nothing)> _
<DatabaseSchemaProviderCompatibilityAttribute(GetType(DatabaseSchemaProvider))> _
Public NotInheritable Class InconclusiveCondition _
Inherits TestCondition
[DatabaseSchemaProviderCompatibilityAttribute(null)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public sealed class InconclusiveCondition : TestCondition
[DatabaseSchemaProviderCompatibilityAttribute(nullptr)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public ref class InconclusiveCondition sealed : public TestCondition
[<Sealed>]
[<DatabaseSchemaProviderCompatibilityAttribute(null)>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))>]
type InconclusiveCondition =
class
inherit TestCondition
end
public final class InconclusiveCondition extends TestCondition
InconclusiveCondition 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
InconclusiveCondition | 初始化 InconclusiveCondition 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
CanRaiseEvents | 取得值,指出元件是否能引發事件。 (繼承自 Component)。 | |
Container | 取得包含 Component 的 IContainer。 (繼承自 Component)。 | |
DesignMode | 取得值,指出 Component 目前是否處於設計模式。 (繼承自 Component)。 | |
Enabled | 取得或設定值,這個值表示測試條件是否已啟用。 (繼承自 TestCondition)。 | |
Events | 取得附加在這個 Component 上的事件處理常式清單。 (繼承自 Component)。 | |
Name | 取得或設定測試條件名稱。 (繼承自 TestCondition)。 | |
Site | 取得或設定 Component 的 ISite。 (繼承自 Component)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Assert | 驗證輸入參數。 (覆寫 TestCondition.Assert(DbConnection, array<ExecutionResult[])。) | |
CreateObjRef | 安全性關鍵。建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。 (繼承自 MarshalByRefObject)。 | |
Dispose() | 釋放 Component 所使用的所有資源。 (繼承自 Component)。 | |
Dispose(Boolean) | 釋放 Component 使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。 (繼承自 Component)。 | |
Equals | 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。 | |
Finalize | 釋出 Unmanaged 資源並執行其他清除作業後,記憶體回收才能重新回收 Component。 (繼承自 Component)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetLifetimeService | 安全性關鍵。擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。 (繼承自 MarshalByRefObject)。 | |
GetService | 傳回表示 Component 或其 Container 所提供之服務的物件。 (繼承自 Component)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
InitializeLifetimeService | 安全性關鍵。取得存留期服務物件來控制這個執行個體的存留期原則。 (繼承自 MarshalByRefObject)。 | |
MemberwiseClone() | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
MemberwiseClone(Boolean) | 建立目前 MarshalByRefObject 物件的淺層複本。 (繼承自 MarshalByRefObject)。 | |
ToString | 傳回表示目前物件的字串。 (覆寫 Component.ToString()。) |
回頁首
事件
名稱 | 說明 | |
---|---|---|
Disposed | 當此元件由 Dispose 方法的呼叫處置時發生。 (繼承自 Component)。 |
回頁首
備註
建立集合時,每個新的 DatabaseTestActions 集合會包含一個 InconclusiveCondition。
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。