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

SsisLogLocation(DataFactoryElement<String>, SsisLogLocationType) 构造函数

定义

初始化 SsisLogLocation 的新实例。

public SsisLogLocation (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> logPath, Azure.ResourceManager.DataFactory.Models.SsisLogLocationType locationType);
new Azure.ResourceManager.DataFactory.Models.SsisLogLocation : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.SsisLogLocationType -> Azure.ResourceManager.DataFactory.Models.SsisLogLocation
Public Sub New (logPath As DataFactoryElement(Of String), locationType As SsisLogLocationType)

参数

logPath
DataFactoryElement<String>

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

locationType
SsisLogLocationType

SSIS 日志位置的类型。

例外

logPath 为 null。

适用于