SsisLogLocation interface
SSIS package execution log location
Properties
access |
The package execution log access credential. |
log |
The SSIS package execution log path. Type: string (or Expression with resultType string). |
log |
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 | The type of SSIS log location. |
Property Details
accessCredential
The package execution log access credential.
accessCredential?: SsisAccessCredential
Property Value
logPath
The SSIS package execution log path. Type: string (or Expression with resultType string).
logPath: any
Property Value
any
logRefreshInterval
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])).
logRefreshInterval?: any
Property Value
any
type
The type of SSIS log location.
type: string
Property Value
string