Sdílet prostřednictvím


PolicyActivity.RuleSetReference Vlastnost

Definice

Získá nebo nastaví odkaz na v RuleSet souboru .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

Hodnota vlastnosti

A RuleSetReference do RuleSet v souboru .rules.

Příklady

Následující příklad kódu ukazuje, jak vytvořit novou instanci PolicyActivity třídy a nastavit její vlastnosti. Tento příklad kódu je součástí ukázky sady RuleActionTrackingEventSample SDK ze souboru SimplePolicyWorkflow.designer.cs. Další informace najdete v tématu Ukázka RuleActionTrackingEvent.

// 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"))

Platí pro

Viz také