The ICIActionStatement interface allows you to make changes to the Event Rule settings. (See also ICIBackupActionParams - Backup Action Parameters.)
interface ICIActionStatement : ICIEventRuleStatement
If ActionStatement.Action.Type = BackupAction Then
Set BackupParams = ActionStatement.Action.Params
‘ Modify backup parameters and assign them back to the action
‘ . . .
ActionStatement.Action.Params = BackupParams
End If
|
In the Members column, "Function" and "Sub" indicate that the member is a method; "Property" indicates that it is a property. |
Members |
How it's used |
Applicable Versions |
Function Action() As Object |
Retrieves or specifies the action. HRESULT Action( [out, retval] IDispatch** ppdispAction); |
EFT Server v5.2 and later |
Function FailSection() As Object |
Retrieves or specifies what occurs if the Event Rule fails. HRESULT FailSection( [out, retval] IDispatch** ppdispActions); |
EFT Server v5.2 and later |
Property type As EventRuleStatementType, read-only |
Retrieves or specifies the type of Event Rule statement (action or conditional). |
EFT Server v5.2 and later |