OdbcLinkedService(Object) Constructor

Definition

Initializes a new instance of OdbcLinkedService.

public OdbcLinkedService (object connectionString);
new Azure.Analytics.Synapse.Artifacts.Models.OdbcLinkedService : obj -> Azure.Analytics.Synapse.Artifacts.Models.OdbcLinkedService
Public Sub New (connectionString As Object)

Parameters

connectionString
Object

The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.

Exceptions

connectionString is null.

Applies to