Show / Hide Table of Contents

Class DrillLinkedService

Drill server linked service.

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

Constructors

DrillLinkedService()

Initializes a new instance of DrillLinkedService.

Declaration
public DrillLinkedService ();

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

Back to top Azure SDK for .NET