Compartilhar via


LinkedServiceProperties Construtores

Definição

Sobrecargas

LinkedServiceProperties(LinkedServiceTypeProperties)
LinkedServiceProperties(GenericLinkedService, String)

LinkedServiceProperties(LinkedServiceTypeProperties)

public LinkedServiceProperties (Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties typeProperties);
new Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties -> Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties
Public Sub New (typeProperties As LinkedServiceTypeProperties)

Parâmetros

Aplica-se a

LinkedServiceProperties(GenericLinkedService, String)

public LinkedServiceProperties (Microsoft.Azure.Management.DataFactories.Models.GenericLinkedService typeProperties, string typeName);
new Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties : Microsoft.Azure.Management.DataFactories.Models.GenericLinkedService * string -> Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties
Public Sub New (typeProperties As GenericLinkedService, typeName As String)

Parâmetros

typeProperties
GenericLinkedService
typeName
String

Aplica-se a