SSISLogLocation Class

SSIS package execution log location.

Constructor

SSISLogLocation(*args: Any, **kwargs: Any)

Variables

Name Description
log_path
any

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

type

The type of SSIS log location. Required. "File"

type_properties

SSIS package execution log location properties. Required.

Attributes

log_path

string (or Expression with resultType string). Required.

log_path: Any

type

The type of SSIS log location. Required. "File"

type: str | _models.SsisLogLocationType

type_properties

SSIS package execution log location properties. Required.

type_properties: _models.SSISLogLocationTypeProperties