DacExtractOptions.Storage Property

Definition

Get the type of backing storage for the schema model used during extraction.

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

Property Value

Enumeration value that specifies the type of backing storage for the schema model used during extraction. Default value is File.

Attributes

Applies to