Propriedade SchemaDeployment.PlanExecutors
Obtém uma lista de DeploymentPlanExecutor os objetos que serão usados durante a implantação.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: System.Collections.Generic.IList<DeploymentPlanExecutor>
A lista de executores do plano.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.