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

SapOpenHubLinkedService 类

定义

SAP Business Warehouse Open Hub Destination Linked Service。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SapOpenHub")]
public class SapOpenHubLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SapOpenHub")>]
type SapOpenHubLinkedService = class
    inherit LinkedService
Public Class SapOpenHubLinkedService
Inherits LinkedService
继承
SapOpenHubLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

SapOpenHubLinkedService()

初始化 SapOpenHubLinkedService 类的新实例。

SapOpenHubLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, Object, Object, Object, SecretBase, Object, Object, Object, Object)

初始化 SapOpenHubLinkedService 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 LinkedService)
Annotations

获取或设置可用于描述链接服务的标记列表。

(继承自 LinkedService)
ClientId

获取或设置开放中心目标所在的 BW 系统上的客户端的客户端 ID。 (通常表示为字符串的三位数十进制数,) 类型:字符串 (或 expression 与 resultType 字符串) 。

ConnectVia

获取或设置集成运行时引用。

(继承自 LinkedService)
Description

获取或设置链接的服务说明。

(继承自 LinkedService)
EncryptedCredential

获取或设置用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Language

获取或设置开放中心目标所在的 BW 系统的语言。 默认值为 EN。 类型:包含 resultType 字符串) 的字符串 (或表达式。

LogonGroup

获取或设置 SAP 系统的登录组。 类型:包含 resultType 字符串) 的字符串 (或表达式。

MessageServer

获取或设置 SAP 消息服务器的主机名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

MessageServerService

获取或设置消息服务器的服务名称或端口号。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Parameters

获取或设置链接服务的参数。

(继承自 LinkedService)
Password

获取或设置用于访问开放中心目标所在的 SAP BW 服务器的密码。

Server

获取或设置打开中心目标所在的 SAP BW 实例的主机名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

SystemId

获取或设置表所在的 SAP 系统的 systemID。 类型:包含 resultType 字符串) 的字符串 (或表达式。

SystemNumber

获取或设置开放中心目标所在的 BW 系统的系统编号。 (通常为表示为 string 的两位数十进制数。) 类型:string (或 expression with resultType string) 。

UserName

获取或设置用于访问开放中心目标所在的 SAP BW 服务器的用户名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

方法

Validate()

验证 对象。

适用于