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 ExportDeploymentPlanModifierAttribute 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 ExportDeploymentPlanModifierAttribute(implementingType, _
version)
public ExportDeploymentPlanModifierAttribute(
Type implementingType,
string version
)
public:
ExportDeploymentPlanModifierAttribute(
Type^ implementingType,
String^ version
)
new :
implementingType:Type *
version:string -> ExportDeploymentPlanModifierAttribute
public function ExportDeploymentPlanModifierAttribute(
implementingType : Type,
version : String
)
Parameter
- implementingType
Typ: System.Type
The Concrete type that extends DeploymentPlanModifier - this is used to generate the unique Id for this DeploymentPlanModifier Export.
- version
Typ: System.String
Optional string defining the version number of the extension. Must be a valid version string.
Siehe auch
Verweis
ExportDeploymentPlanModifierAttribute Klasse