Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 Класс