次の方法で共有


DacDeployOptions.RunDeploymentPlanExecutors プロパティ

他の操作が実行されるときに DeploymentPlanExecutor コントリビューターを実行する必要があるかどうかを指定します。 既定値は false です。

名前空間:  Microsoft.SqlServer.Dac
アセンブリ:  Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)

構文

'宣言
Public Property RunDeploymentPlanExecutors As Boolean 
    Get 
    Set
'使用
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.RunDeploymentPlanExecutors

instance.RunDeploymentPlanExecutors = value
public bool RunDeploymentPlanExecutors { get; set; }
public:
property bool RunDeploymentPlanExecutors {
    bool get ();
    void set (bool value);
}
member RunDeploymentPlanExecutors : bool with get, set
function get RunDeploymentPlanExecutors () : boolean 
function set RunDeploymentPlanExecutors (value : boolean)

プロパティ値

型: System.Boolean

関連項目

参照

DacDeployOptions クラス

Microsoft.SqlServer.Dac 名前空間