次の方法で共有


DynamicsCrmLinkedService(Object, Object) コンストラクター

定義

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)

パラメーター

deploymentType
Object

Dynamics CRM インスタンスの展開の種類。 Dynamics CRM Online の場合は 'Online'、Ifd を使用するオンプレミスの Dynamics CRM の場合は 'OnPremisesWithIfd' です。 型: string (または resultType 文字列を含む式)。

authenticationType
Object

Dynamics CRM サーバーに接続するための認証の種類。 オンライン シナリオの場合は "Office365"、Ifd シナリオではオンプレミスの場合は "Ifd"、オンライン シナリオではサーバー間認証の "AADServicePrincipal" です。 型: string (または resultType 文字列を含む式)。

例外

deploymentType または authenticationType が null です。

適用対象