ExportDeploymentPlanExecutorAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ExportDeploymentPlanExecutorAttribute(String, String) | |
| ExportDeploymentPlanExecutorAttribute(Type, String) |
ExportDeploymentPlanExecutorAttribute(String, String)
public ExportDeploymentPlanExecutorAttribute(string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (id As String, version As String)
パラメーター
- id
- String
エクスポートを識別するために使用される一意の ID
- version
- String
拡張機能のバージョン番号を定義する省略可能な文字列。 有効なバージョン文字列である必要があります
適用対象
ExportDeploymentPlanExecutorAttribute(Type, String)
public ExportDeploymentPlanExecutorAttribute(Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (implementingType As Type, version As String)
パラメーター
- implementingType
- Type
DeploymentPlanExecutor拡張される具象型 - このエクスポートの一意の ID を生成するために使用されます
- version
- String
拡張機能のバージョン番号を定義する省略可能な文字列。 有効なバージョン文字列である必要があります