DacExtractOptions.AzureStorageContainer プロパティ

定義

[プレビュー]Parquet ファイルにデータを抽出する Azure Storage アカウントの Azure ストレージ コンテナー名。

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

プロパティ値

これをデータ抽出操作に設定します。 既定値は null です

属性

適用対象