次の方法で共有


SalesforceLinkedService.EnvironmentUrl プロパティ

定義

Salesforce インスタンスの URL を取得または設定します。 既定値は 'https://login.salesforce.com' です。 サンドボックスからデータをコピーするには、'' をhttps://test.salesforce.com指定します。 カスタム ドメインからデータをコピーするには、"https://[domain].my.salesforce.com" などを指定します。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.environmentUrl")]
public object EnvironmentUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.environmentUrl")>]
member this.EnvironmentUrl : obj with get, set
Public Property EnvironmentUrl As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象