SSISLogLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET