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) члены этого типа являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

См. также

Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions - пространство имен

Вернуться в начало