ExportBuildContributorAttribute Class
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.
Inheritance Hierarchy
ExportStandardMetadataAttribute
Microsoft.SqlServer.Dac.Deployment.ExportBuildContributorAttribute
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
<MetadataAttributeAttribute> _
Public Class ExportBuildContributorAttribute _
Inherits ExportStandardMetadataAttribute
'Usage
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
Constructors
Name | Description | |
---|---|---|
ExportBuildContributorAttribute(String, String) | Initializes a new instance of the ExportBuildContributorAttribute class. | |
ExportBuildContributorAttribute(Type, String) | Initializes a new instance of the ExportBuildContributorAttribute class. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.