DacExtractOptions.AzureStorageRootPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The storage root path under the container for Azure Synapse Analytics data to parquet files.
public string AzureStorageRootPath { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureStorageRootPath")]
public string AzureStorageRootPath { get; set; }
member this.AzureStorageRootPath : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AzureStorageRootPath")>]
member this.AzureStorageRootPath : string with get, set
Public Property AzureStorageRootPath As String
Property Value
Set this for data extract operation. Default value is null
- Attributes