Partilhar via


SapTableLinkedService Construtores

Definição

Sobrecargas

SapTableLinkedService()

Inicializa uma nova instância da classe SapTableLinkedService.

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

Inicializa uma nova instância da classe SapTableLinkedService.

SapTableLinkedService()

Inicializa uma nova instância da classe SapTableLinkedService.

public SapTableLinkedService ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe SapTableLinkedService.

public SapTableLinkedService (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 sncMode = default, object sncMyName = default, object sncPartnerName = default, object sncLibraryPath = default, object sncQop = default, object logonGroup = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.SapTableLinkedService : 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 * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapTableLinkedService
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 sncMode As Object = Nothing, Optional sncMyName As Object = Nothing, Optional sncPartnerName As Object = Nothing, Optional sncLibraryPath As Object = Nothing, Optional sncQop As Object = Nothing, Optional logonGroup As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Parâmetros

additionalProperties
IDictionary<String,Object>

As propriedades sem correspondência da mensagem são desserializadas nesta coleção

connectVia
IntegrationRuntimeReference

A referência de runtime de integração.

description
String

Descrição do serviço vinculado.

parameters
IDictionary<String,ParameterSpecification>

Parâmetros para o serviço vinculado.

annotations
IList<Object>

Lista de marcas que podem ser usadas para descrever o serviço vinculado.

server
Object

Nome do host da instância sap em que a tabela está localizada. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

systemNumber
Object

Número do sistema SAP em que a tabela está localizada. (Geralmente, um número decimal de dois dígitos representado como uma cadeia de caracteres.) Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

clientId
Object

ID do cliente no sistema SAP em que a tabela está localizada. (Geralmente, um número decimal de três dígitos representado como uma cadeia de caracteres) Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

language
Object

Idioma do sistema SAP em que a tabela está localizada. O valor padrão é EN. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

systemId
Object

SystemID do sistema SAP em que a tabela está localizada. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

userName
Object

Nome de usuário para acessar o servidor SAP onde a tabela está localizada. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

password
SecretBase

Senha para acessar o servidor SAP onde a tabela está localizada.

messageServer
Object

O nome do host do Servidor de Mensagens SAP. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

messageServerService
Object

O nome do serviço ou o número da porta do Servidor de Mensagens. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

sncMode
Object

Indicador de ativação SNC para acessar o servidor SAP onde a tabela está localizada. Deve ser 0 (desativado) ou 1 (ativado). Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

sncMyName
Object

O nome SNC do iniciador para acessar o servidor SAP no qual a tabela está localizada. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

sncPartnerName
Object

Nome SNC do parceiro de comunicação para acessar o servidor SAP onde a tabela está localizada. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

sncLibraryPath
Object

Biblioteca do produto de segurança externa para acessar o servidor SAP onde a tabela está localizada. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

sncQop
Object

Qualidade de Proteção SNC. O valor permitido inclui: 1, 2, 3, 8, 9. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

logonGroup
Object

O Grupo de Logon para o Sistema SAP. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

encryptedCredential
Object

A credencial criptografada usada para autenticação. As credenciais são criptografadas usando o gerenciador de credenciais do runtime de integração. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

Aplica-se a