次の方法で共有


AzureTableStorageLinkedService クラス

定義

Azure テーブル ストレージのリンクされたサービス。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureTableStorageLinkedService+AzureTableStorageLinkedServiceConverter))]
public class AzureTableStorageLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureTableStorageLinkedService+AzureTableStorageLinkedServiceConverter))>]
type AzureTableStorageLinkedService = class
    inherit LinkedService
Public Class AzureTableStorageLinkedService
Inherits LinkedService
継承
AzureTableStorageLinkedService
属性

コンストラクター

AzureTableStorageLinkedService()

AzureTableStorageLinkedService の新しいインスタンスを初期化します。

プロパティ

AccountKey

接続文字列内の accountKey の Azure Key Vault シークレット参照。

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

リンクされたサービスの説明に使用できるタグの一覧。

(継承元 LinkedService)
ConnectionString

接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
Description

リンクされたサービスの説明。

(継承元 LinkedService)
EncryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーター。

(継承元 LinkedService)
SasToken

sas uri 内の sasToken の Azure キー コンテナー シークレット参照。

SasUri

Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

適用対象