SqlTrackingWorkflowInstance.InvokedWorkflows Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste des objets SqlTrackingWorkflowInstance qui correspondent aux workflows appelés par ce workflow.
public:
property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ InvokedWorkflows { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::SqlTrackingWorkflowInstance ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance> InvokedWorkflows { get; }
member this.InvokedWorkflows : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance>
Public ReadOnly Property InvokedWorkflows As IList(Of SqlTrackingWorkflowInstance)
Valeur de propriété
Liste des objets SqlTrackingWorkflowInstance qui correspondent aux workflows appelés par ce workflow.
Remarques
Si AutoRefresh est true
, InvokedWorkflows contient un SqlTrackingWorkflowInstance pour chacune des instances de workflow appelées par cette instance de workflow jusqu'au moment présent ; si AutoRefresh est false
, InvokedWorkflows contient un SqlTrackingWorkflowInstance pour chacune des instances de workflow appelées par cette instance de workflow jusqu'au dernier Refresh.
Le contenu de cette propriété est déterminé par les données de suivi pour cette instance de workflow contenue dans la base de données SQL gérée par le SqlTrackingService. Ces données de suivi correspondent aux enregistrements de suivi envoyés par l'infrastructure de suivi d'exécution pour les événements de suivi spécifiés par les trackpoints dans le TrackingProfile associé à cette instance de workflow.