Initializes a new instance of the ExportDeploymentPlanExecutorAttribute 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 ExportDeploymentPlanExecutorAttribute(id, version)
public ExportDeploymentPlanExecutorAttribute(
string id,
string version
)
public:
ExportDeploymentPlanExecutorAttribute(
String^ id,
String^ version
)
new :
id:string *
version:string -> ExportDeploymentPlanExecutorAttribute
public function ExportDeploymentPlanExecutorAttribute(
id : String,
version : String
)
매개 변수
- id
유형: System.String
The Unique Id used to identify the export.
- version
유형: System.String
The optional string defining the version number of the extension. Must be a valid version string.
참고 항목
참조
ExportDeploymentPlanExecutorAttribute 클래스