Share via


SchemaDeployment.PlanExecutors Property

Gets a list of DeploymentPlanExecutor objects that will be used during deployment.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property PlanExecutors As IList(Of DeploymentPlanExecutor)
public IList<DeploymentPlanExecutor> PlanExecutors { get; }
public:
property IList<DeploymentPlanExecutor^>^ PlanExecutors {
    IList<DeploymentPlanExecutor^>^ get ();
}
member PlanExecutors : IList<DeploymentPlanExecutor>
function get PlanExecutors () : IList<DeploymentPlanExecutor>

Property Value

Type: System.Collections.Generic.IList<DeploymentPlanExecutor>
The list of plan executors.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlanExecutor