다음을 통해 공유


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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dac.Deployment 네임스페이스