Class NetezzaLinkedService
Netezza linked service.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NetezzaLinkedService/NetezzaLinkedServiceConverter))]
public class NetezzaLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
NetezzaLinkedService()
Properties
ConnectionString
An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
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
|
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
|