Show / Hide Table of Contents

Class PostgreSqlLinkedService

Linked service for PostgreSQL data source.

Inheritance
System.Object
LinkedService
PostgreSqlLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PostgreSqlLinkedService/PostgreSqlLinkedServiceConverter))]
public class PostgreSqlLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

PostgreSqlLinkedService(Object)

Initializes a new instance of PostgreSqlLinkedService.

Declaration
public PostgreSqlLinkedService (object connectionString);
Parameters
System.Object connectionString

The connection string.

Exceptions
System.ArgumentNullException

connectionString is null.

Properties

ConnectionString

The connection string.

Declaration
public object ConnectionString { get; set; }
Property Value
System.Object

EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Declaration
public object EncryptedCredential { get; set; }
Property Value
System.Object

Password

The Azure key vault secret reference of password in connection string.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference Password { get; set; }
Property Value
AzureKeyVaultSecretReference

Back to top Azure SDK for .NET