Partager via


Constructeur ExportBuildContributorAttribute (Type, String)

Initializes a new instance of the ExportBuildContributorAttribute class.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    implementingType As Type, _
    version As String _
)
'Utilisation
Dim implementingType As Type 
Dim version As String 

Dim instance As New ExportBuildContributorAttribute(implementingType, _
    version)
public ExportBuildContributorAttribute(
    Type implementingType,
    string version
)
public:
ExportBuildContributorAttribute(
    Type^ implementingType, 
    String^ version
)
new : 
        implementingType:Type * 
        version:string -> ExportBuildContributorAttribute
public function ExportBuildContributorAttribute(
    implementingType : Type, 
    version : String
)

Paramètres

  • implementingType
    Type : System.Type
    The Concrete type that extends BuildContributor - this is used to generate the unique Id for this Export.
  • version
    Type : System.String
    Optional string defining the version number of the extension. Must be a valid version string.

Voir aussi

Référence

ExportBuildContributorAttribute Classe

Surcharge ExportBuildContributorAttribute

Espace de noms Microsoft.SqlServer.Dac.Deployment