Show / Hide Table of Contents

Class VerticaLinkedService

Vertica linked service.

Inheritance
System.Object
LinkedService
VerticaLinkedService
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.VerticaLinkedService/VerticaLinkedServiceConverter))]
public class VerticaLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

VerticaLinkedService()

Initializes a new instance of VerticaLinkedService.

Declaration
public VerticaLinkedService ();

Properties

ConnectionString

An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

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

Database

Database name for connection. Type: string.

Declaration
public object Database { 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

Port

The port for the connection. Type: integer.

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

Pwd

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

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

Server

Server name for connection. Type: string.

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

Uid

Username for authentication. Type: string.

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

Back to top Azure SDK for .NET