你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SsisLogLocation 类

定义

SSIS 包执行日志位置。

public class SsisLogLocation
type SsisLogLocation = class
Public Class SsisLogLocation
继承
SsisLogLocation

构造函数

SsisLogLocation(DataFactoryElement<String>, SsisLogLocationType)

初始化 SsisLogLocation 的新实例。

属性

AccessCredential

包执行日志访问凭据。

LocationType

SSIS 日志位置的类型。

LogPath

SSIS 包执行日志路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。

LogRefreshInterval

指定刷新日志的间隔。 默认间隔为 5 分钟。 类型:包含 resultType 字符串) 的字符串 (或表达式,模式: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。

适用于