Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ExportBuildContributorAttribute class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
implementingType As Type, _
version As String _
)
'Usage
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
)
Parameters
- 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.
See Also
Reference
ExportBuildContributorAttribute Class