次の方法で共有


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 から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

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

トップに戻る