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

SapCloudForCustomerResourceDataset 构造函数

定义

初始化 SapCloudForCustomerResourceDataset 的新实例。

public SapCloudForCustomerResourceDataset (Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference linkedServiceName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> path);
new Azure.ResourceManager.DataFactory.Models.SapCloudForCustomerResourceDataset : Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.SapCloudForCustomerResourceDataset
Public Sub New (linkedServiceName As DataFactoryLinkedServiceReference, path As DataFactoryElement(Of String))

参数

linkedServiceName
DataFactoryLinkedServiceReference

链接服务引用。

path
DataFactoryElement<String>

SAP Cloud for Customer OData 实体的路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。

例外

linkedServiceNamepath 为 null。

适用于