Compartilhar via


OnPremisesPostgreSqlLinkedService Construtores

Definição

Sobrecargas

OnPremisesPostgreSqlLinkedService()
OnPremisesPostgreSqlLinkedService(String, String, String, String)

OnPremisesPostgreSqlLinkedService()

public OnPremisesPostgreSqlLinkedService ();
Public Sub New ()

Aplica-se a

OnPremisesPostgreSqlLinkedService(String, String, String, String)

public OnPremisesPostgreSqlLinkedService (string gatewayName, string server, string database, string authenticationType);
new Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService : string * string * string * string -> Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService
Public Sub New (gatewayName As String, server As String, database As String, authenticationType As String)

Parâmetros

gatewayName
String
server
String
database
String
authenticationType
String

Aplica-se a