DacDeployOptions.AzureStorageKey 属性

定义

[预览]用于从 Parquet 文件导入数据的 Azure 存储帐户的 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

属性

适用于