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

SapOpenHubLinkedService 构造函数

定义

重载

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 类的新实例。

SapOpenHubLinkedService()

初始化 SapOpenHubLinkedService 类的新实例。

public SapOpenHubLinkedService ();
Public Sub New ()

适用于

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

初始化 SapOpenHubLinkedService 类的新实例。

public SapOpenHubLinkedService (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object server = default, object systemNumber = default, object clientId = default, object language = default, object systemId = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object messageServer = default, object messageServerService = default, object logonGroup = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.SapOpenHubLinkedService : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapOpenHubLinkedService
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional server As Object = Nothing, Optional systemNumber As Object = Nothing, Optional clientId As Object = Nothing, Optional language As Object = Nothing, Optional systemId As Object = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional messageServer As Object = Nothing, Optional messageServerService As Object = Nothing, Optional logonGroup As Object = Nothing, Optional encryptedCredential As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

消息中的不匹配属性将对此集合进行反序列化

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

可用于描述链接服务的标记列表。

server
Object

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

systemNumber
Object

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

clientId
Object

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

language
Object

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

systemId
Object

表所在的 SAP 系统的 SystemID。 类型:包含 resultType 字符串) 的字符串 (或表达式。

userName
Object

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

password
SecretBase

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

messageServer
Object

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

messageServerService
Object

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

logonGroup
Object

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

encryptedCredential
Object

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

适用于