Конструктор ExportDeploymentPlanModifierAttribute (String, String)

Initializes a new instance of the ExportDeploymentPlanModifierAttribute class.

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Sub New ( _
    id As String, _
    version As String _
)
'Применение
Dim id As String 
Dim version As String 

Dim instance As New ExportDeploymentPlanModifierAttribute(id, version)
public ExportDeploymentPlanModifierAttribute(
    string id,
    string version
)
public:
ExportDeploymentPlanModifierAttribute(
    String^ id, 
    String^ version
)
new : 
        id:string * 
        version:string -> ExportDeploymentPlanModifierAttribute
public function ExportDeploymentPlanModifierAttribute(
    id : String, 
    version : String
)

Параметры

  • id
    Тип: System.String
    Unique Id used to identify the export.
  • version
    Тип: System.String
    Optional string defining the version number of the extension. Must be a valid version string.

См. также

Справочник

ExportDeploymentPlanModifierAttribute Класс

Перегрузка ExportDeploymentPlanModifierAttribute

Пространство имен Microsoft.SqlServer.Dac.Deployment