OdbcLinkedService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OdbcLinkedService() |
Initialise une nouvelle instance de la classe OdbcLinkedService. |
OdbcLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, SecretBase, Object) |
Initialise une nouvelle instance de la classe OdbcLinkedService. |
OdbcLinkedService()
Initialise une nouvelle instance de la classe OdbcLinkedService.
public OdbcLinkedService ();
Public Sub New ()
S’applique à
OdbcLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, SecretBase, Object)
Initialise une nouvelle instance de la classe OdbcLinkedService.
public OdbcLinkedService (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 authenticationType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase credential = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService : 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.SecretBase * obj -> Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService
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 authenticationType As Object = Nothing, Optional credential As SecretBase = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing)
Paramètres
- connectionString
- Object
Partie des informations d’identification sans accès de la chaîne de connexion, ainsi que des informations d’identification chiffrées facultatives. Type : string, SecureString ou AzureKeyVaultSecretReference.
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- connectVia
- IntegrationRuntimeReference
Référence du runtime d’intégration.
- description
- String
Description du service lié.
- parameters
- IDictionary<String,ParameterSpecification>
Paramètres du service lié.
- authenticationType
- Object
Type d’authentification utilisé pour se connecter au magasin de données ODBC. Les valeurs possibles sont les suivantes : Anonymous et Basic. Type : chaîne (ou Expression avec chaîne resultType).
- credential
- SecretBase
Partie de la chaîne de connexion contenant les informations d’accès, spécifiée dans un format de valeurs de propriété spécifique au pilote.
- userName
- Object
Nom d’utilisateur pour l’authentification de base. Type : chaîne (ou Expression avec chaîne resultType).
- password
- SecretBase
Mot de passe pour l’authentification de base
- encryptedCredential
- Object
Informations d’identification chiffrées utilisées pour l’authentification. Les informations d’identification sont chiffrées à l’aide du gestionnaire d’informations d’identification du runtime d’intégration. Type : chaîne (ou Expression avec chaîne resultType).
S’applique à
Azure SDK for .NET