SqlServerLinkedService Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SqlServerLinkedService() |
Inicializa uma nova instância da classe SqlServerLinkedService. |
SqlServerLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, SqlAlwaysEncryptedProperties) |
Inicializa uma nova instância da classe SqlServerLinkedService. |
SqlServerLinkedService()
Inicializa uma nova instância da classe SqlServerLinkedService.
public SqlServerLinkedService ();
Public Sub New ()
Aplica-se a
SqlServerLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, SqlAlwaysEncryptedProperties)
Inicializa uma nova instância da classe SqlServerLinkedService.
public SqlServerLinkedService (object connectionString, 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 userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.SqlAlwaysEncryptedProperties alwaysEncryptedSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService : obj * 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.SqlAlwaysEncryptedProperties -> Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService
Public Sub New (connectionString As Object, 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 userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing, Optional alwaysEncryptedSettings As SqlAlwaysEncryptedProperties = Nothing)
Parâmetros
- connectionString
- Object
A cadeia de conexão. Tipo: string, SecureString ou AzureKeyVaultSecretReference.
- 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.
- userName
- Object
O nome de usuário autenticação do Windows local. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- password
- SecretBase
A senha de autenticação do Windows local.
- 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).
- alwaysEncryptedSettings
- SqlAlwaysEncryptedProperties
Propriedades do Sql sempre criptografadas.
Aplica-se a
Azure SDK for .NET