Share via


ModelExtractOptions.Storage Property

Definition

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

public Microsoft.SqlServer.Dac.DacSchemaModelStorageType Storage { get; set; }
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.

Applies to