Compartilhar via


CustomDataSourceLinkedService Construtores

Definição

Sobrecargas

CustomDataSourceLinkedService()
CustomDataSourceLinkedService(IDictionary<String,JToken>)

CustomDataSourceLinkedService()

public CustomDataSourceLinkedService ();
Public Sub New ()

Aplica-se a

CustomDataSourceLinkedService(IDictionary<String,JToken>)

public CustomDataSourceLinkedService (System.Collections.Generic.IDictionary<string,Newtonsoft.Json.Linq.JToken> serviceExtraProperties);
new Microsoft.Azure.Management.DataFactories.Models.CustomDataSourceLinkedService : System.Collections.Generic.IDictionary<string, Newtonsoft.Json.Linq.JToken> -> Microsoft.Azure.Management.DataFactories.Models.CustomDataSourceLinkedService
Public Sub New (serviceExtraProperties As IDictionary(Of String, JToken))

Parâmetros

serviceExtraProperties
IDictionary<String,Newtonsoft.Json.Linq.JToken>

Aplica-se a