Deployment.PlanExecutors Property

Gets a list of plan executors.

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

Syntax

'Declaration
Public ReadOnly Property PlanExecutors As List(Of DeploymentExecutor)
    Get
'Usage
Dim instance As Deployment
Dim value As List(Of DeploymentExecutor)

value = instance.PlanExecutors
public List<DeploymentExecutor> PlanExecutors { get; }
public:
property List<DeploymentExecutor^>^ PlanExecutors {
    List<DeploymentExecutor^>^ get ();
}
function get PlanExecutors () : List<DeploymentExecutor>
member PlanExecutors : List<DeploymentExecutor>

Property Value

Type: System.Collections.Generic.List<DeploymentExecutor>

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace