共用方式為


ExportTestConditionAttribute 類別

 

實作 TestCondition 的具象類別必須將 ExportTestConditionAttribute 屬性加入至其類別定義。這可確保,SQL Server 單元測試設計工具會發現這些類別並將它們加入至可用測試條件集。

命名空間:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
組件:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (在 Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)

繼承階層架構

System.Object
  System.Attribute
    System.ComponentModel.Composition.ExportAttribute
      Microsoft.SqlServer.Dac.Extensibility.ExportStandardMetadataAttribute
        Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ExportTestConditionAttribute

語法

[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public class ExportTestConditionAttribute : ExportStandardMetadataAttribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class ExportTestConditionAttribute : ExportStandardMetadataAttribute
[<MetadataAttributeAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)>]
type ExportTestConditionAttribute = 
    class
        inherit ExportStandardMetadataAttribute
    end
<MetadataAttributeAttribute>
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)>
Public Class ExportTestConditionAttribute
    Inherits ExportStandardMetadataAttribute

建構函式

名稱 描述
System_CAPS_pubmethod ExportTestConditionAttribute(String, String)

初始化 ExportTestConditionAttribute 類別的新執行個體。

System_CAPS_pubmethod ExportTestConditionAttribute(String, Type)

初始化 ExportTestConditionAttribute 類別的新執行個體。

屬性

名稱 描述
System_CAPS_pubproperty ContractName

(繼承自 ExportAttribute。)

System_CAPS_pubproperty ContractType

(繼承自 ExportAttribute。)

System_CAPS_pubproperty DisplayName

(繼承自 ExportStandardMetadataAttribute。)

System_CAPS_pubproperty Id

(繼承自 ExportStandardMetadataAttribute。)

System_CAPS_pubproperty PlatformCompatibility

(繼承自 ExportStandardMetadataAttribute。)

System_CAPS_pubproperty TypeId

(繼承自 Attribute。)

System_CAPS_pubproperty Version

(繼承自 ExportStandardMetadataAttribute。)

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Attribute。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Attribute。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod IsDefaultAttribute()

(繼承自 Attribute。)

System_CAPS_pubmethod Match(Object)

(繼承自 Attribute。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

明確介面實作

名稱 描述
System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

(繼承自 Attribute。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

(繼承自 Attribute。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.GetTypeInfoCount(UInt32)

(繼承自 Attribute。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

(繼承自 Attribute。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 命名空間

回到頁首