Package version:

Interface SsisLogLocation

SSIS package execution log location

Hierarchy

  • SsisLogLocation

Properties

accessCredential?: SsisAccessCredential

The package execution log access credential.

logPath: any

The SSIS package execution log path. Type: string (or Expression with resultType string).

logRefreshInterval?: any

Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

type: string

The type of SSIS log location.

Generated using TypeDoc