Класс ExportBuildContributorAttribute

Represents the concrete classes implementing BuildContributor must add the ExportBuildContributorAttribute attribute to their class definition. This ensures they will be detected and available for use during build. BuildContributors require a unique ID which can be based on their fully qualified type name, or explicitly passed as a string.

Иерархия наследования

ExportStandardMetadataAttribute
  Microsoft.SqlServer.Dac.Deployment.ExportBuildContributorAttribute

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
<MetadataAttributeAttribute> _
Public Class ExportBuildContributorAttribute _
    Inherits ExportStandardMetadataAttribute
'Применение
Dim instance As ExportBuildContributorAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
[MetadataAttributeAttribute]
public class ExportBuildContributorAttribute : ExportStandardMetadataAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
[MetadataAttributeAttribute]
public ref class ExportBuildContributorAttribute : public ExportStandardMetadataAttribute
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)>]
[<MetadataAttributeAttribute>]
type ExportBuildContributorAttribute =  
    class 
        inherit ExportStandardMetadataAttribute 
    end
public class ExportBuildContributorAttribute extends ExportStandardMetadataAttribute

Конструкторы

  Имя Описание
Открытый метод ExportBuildContributorAttribute(String, String) Initializes a new instance of the ExportBuildContributorAttribute class.
Открытый метод ExportBuildContributorAttribute(Type, String) Initializes a new instance of the ExportBuildContributorAttribute class.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac.Deployment