DacDeployOptions.AzureStorageKey 属性

定义

[预览]Azure storage Azure 存储 帐户的密钥,用于从 Parquet 文件导入数据。

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

属性

适用于