DacDeployOptions.AzureStorageKey プロパティ

定義

[プレビュー]parquet ファイルからデータをインポートするには、Azure Storage アカウントのキーをAzure storageします。

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 です

属性

適用対象