共用方式為


ExportBuildContributorAttribute 建構函式 (Type, String)

Initializes a new instance of the ExportBuildContributorAttribute class.

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Sub New ( _
    implementingType As Type, _
    version As String _
)
'用途
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
)

參數

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

請參閱

參考

ExportBuildContributorAttribute 類別

ExportBuildContributorAttribute 多載

Microsoft.SqlServer.Dac.Deployment 命名空間