Share via


SalesforceLinkedService.EnvironmentUri Property

Definition

The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> EnvironmentUri { get; set; }
member this.EnvironmentUri : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property EnvironmentUri As DataFactoryElement(Of String)

Property Value

Applies to