Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 ( _
id As String, _
version As String _
)
'Usage
Dim id As String
Dim version As String
Dim instance As New ExportBuildContributorAttribute(id, version)
public ExportBuildContributorAttribute(
string id,
string version
)
public:
ExportBuildContributorAttribute(
String^ id,
String^ version
)
new :
id:string *
version:string -> ExportBuildContributorAttribute
public function ExportBuildContributorAttribute(
id : String,
version : String
)
Parameter
- id
Typ: System.String
Unique Id used to identify the export.
- version
Typ: System.String
Optional string defining the version number of the extension. Must be a valid version string.
Siehe auch
Verweis
ExportBuildContributorAttribute Klasse