Поделиться через


PolicyActivity.RuleSetReference Свойство

Определение

Возвращает или задает ссылку на объект RuleSet в файле 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

Значение свойства

Ссылка RuleSetReference на объект RuleSet в файле RULES.

Примеры

В следующем примере кода показано, как создать новый экземпляр класса PolicyActivity и задать его свойства. Данный пример кода является частью образца пакета SDK «RuleActionTrackingEventSample» из файла SimplePolicyWorkflow.designer.cs. Дополнительные сведения см. в разделе 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"))

Применяется к

См. также раздел