Condividi tramite


Proprietà SchemaDeployment.PlanExecutors

Ottiene un elenco di oggetti DeploymentPlanExecutor che saranno utilizzati durante la distribuzione.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IList<DeploymentPlanExecutor>
Elenco di executor del piano.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeployment Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DeploymentPlanExecutor