次の方法で共有


DacDeployOptions.AzureStorageKey プロパティ

定義

[プレビュー]Parquet ファイルからデータをインポートするための Azure Storage アカウントの Azure ストレージ キー。

public string AzureStorageKey { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureStorageKey")]
public string AzureStorageKey { get; set; }
member this.AzureStorageKey : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureStorageKey")>]
member this.AzureStorageKey : string with get, set
Public Property AzureStorageKey As String

プロパティ値

これをデプロイ操作に設定して、ストレージ アカウント キーで認証します。 既定値は null です

属性

適用対象