PolicyActivity.RuleSetReference Proprietà

Definizione

Ottiene o imposta un riferimento a un RuleSet nel file .rules.

public:
 property System::Workflow::Activities::Rules::RuleSetReference ^ RuleSetReference { System::Workflow::Activities::Rules::RuleSetReference ^ get(); void set(System::Workflow::Activities::Rules::RuleSetReference ^ value); };
public System.Workflow.Activities.Rules.RuleSetReference RuleSetReference { get; set; }
member this.RuleSetReference : System.Workflow.Activities.Rules.RuleSetReference with get, set
Public Property RuleSetReference As RuleSetReference

Valore della proprietà

Un RuleSetReference a un RuleSet nel file .rules.

Esempio

Nell'esempio di codice seguente viene illustrato come creare una nuova istanza della classe PolicyActivity e come impostare le proprietà corrispondenti. Questo esempio di codice è parte dell'esempio SDK RuleActionTrackingEventSample nel file SimplePolicyWorkflow.designer.cs. Per altre informazioni, vedere RuleActionTrackingEvent Sample.

// A workflow is always run asychronously; the main thread waits on this event so the program
// doesn't exit before the workflow completes
workflowRuntime.AddService(new SqlWorkflowPersistenceService("Initial Catalog=SqlPersistenceService;Data Source=localhost;Integrated Security=SSPI;"));
' A workflow is always run asychronously the main thread waits on Me event so the program
' doesn't exit before the workflow completes
WorkflowRuntime.AddService(New SqlWorkflowPersistenceService("Initial Catalog=SqlPersistenceServiceData Source=localhostIntegrated Security=SSPI"))

Si applica a

Vedi anche