Share via


SqlWorkflowInstanceStoreElement.RunnableInstancesDetectionPeriod Propiedad

Definición

Obtiene o establece la propiedad RunnableInstancesDetectionPeriod. Especifica el período de tiempo tras el que el Almacén de instancias de flujo de trabajo de SQL ejecuta una tarea de detección para encontrar cualquier instancia de flujo de trabajo ejecutable o activable en la base de datos de persistencia después del ciclo de detección anterior.

public:
 property TimeSpan RunnableInstancesDetectionPeriod { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
[System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)]
[System.Configuration.PositiveTimeSpanValidator]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan RunnableInstancesDetectionPeriod { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("runnableInstancesDetectionPeriod", DefaultValue="00:00:05.0", IsRequired=false)>]
[<System.Configuration.PositiveTimeSpanValidator>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.RunnableInstancesDetectionPeriod : TimeSpan with get, set
Public Property RunnableInstancesDetectionPeriod As TimeSpan

Valor de propiedad

Devuelve el intervalo de tiempo.

Atributos

Se aplica a