Class SnowflakeLinkedService
Snowflake 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.SnowflakeLinkedService/SnowflakeLinkedServiceConverter))]
public class SnowflakeLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
SnowflakeLinkedService(Object)
Initializes a new instance of SnowflakeLinkedService.
Declaration
public SnowflakeLinkedService (object connectionString);
Parameters
|
System.Object
connectionString
The connection string of snowflake. Type: string, SecureString. |
Exceptions
|
System.ArgumentNullException
|
Properties
ConnectionString
The connection string of snowflake. Type: string, SecureString.
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
|