Partager via


DynamicsCrmLinkedService(Object, Object) Constructeur

Définition

Initialise une nouvelle instance de DynamicsCrmLinkedService.

public DynamicsCrmLinkedService (object deploymentType, object authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.DynamicsCrmLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.DynamicsCrmLinkedService
Public Sub New (deploymentType As Object, authenticationType As Object)

Paramètres

deploymentType
Object

Type de déploiement du instance Dynamics CRM. 'Online' pour Dynamics CRM Online et 'OnPremisesWithIfd' pour Dynamics CRM local avec Ifd. Type : chaîne (ou Expression avec chaîne resultType).

authenticationType
Object

Type d’authentification à connecter au serveur Dynamics CRM. « Office365 » pour le scénario en ligne, « Ifd » pour les locaux avec le scénario Ifd, « AADServicePrincipal » pour l’authentification de serveur à serveur dans le scénario en ligne. Type : chaîne (ou Expression avec chaîne resultType).

Exceptions

deploymentType ou authenticationType est null.

S’applique à