SSISLogLocation Constructors
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.
Overloads
SSISLogLocation() |
Initializes a new instance of the SSISLogLocation class. |
SSISLogLocation(Object, SSISAccessCredential, Object) |
Initializes a new instance of the SSISLogLocation class. |
SSISLogLocation()
Initializes a new instance of the SSISLogLocation class.
public SSISLogLocation ();
Public Sub New ()
Applies to
SSISLogLocation(Object, SSISAccessCredential, Object)
Initializes a new instance of the SSISLogLocation class.
public SSISLogLocation (object logPath, Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential accessCredential = default, object logRefreshInterval = default);
new Microsoft.Azure.Management.DataFactory.Models.SSISLogLocation : obj * Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential * obj -> Microsoft.Azure.Management.DataFactory.Models.SSISLogLocation
Public Sub New (logPath As Object, Optional accessCredential As SSISAccessCredential = Nothing, Optional logRefreshInterval As Object = Nothing)
Parameters
- logPath
- Object
The SSIS package execution log path. Type: string (or Expression with resultType string).
- accessCredential
- SSISAccessCredential
The package execution log access credential.
- logRefreshInterval
- Object
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])).
Applies to
Azure SDK for .NET