SSISLogLocation Class

Definition

SSIS package execution log location

[Microsoft.Rest.Serialization.JsonTransformation]
public class SSISLogLocation
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SSISLogLocation = class
Public Class SSISLogLocation
Inheritance
SSISLogLocation
Attributes

Constructors

SSISLogLocation()

Initializes a new instance of the SSISLogLocation class.

SSISLogLocation(Object, SSISAccessCredential, Object)

Initializes a new instance of the SSISLogLocation class.

Properties

AccessCredential

Gets or sets the package execution log access credential.

LogPath

Gets or sets the SSIS package execution log path. Type: string (or Expression with resultType string).

LogRefreshInterval

Gets or sets 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.

Methods

Validate()

Validate the object.

Applies to