DacExtractOptions.Storage 属性

定义

获取提取期间使用的架构模型的后盾存储类型。

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

属性值

枚举值,该值指定提取期间使用的架构模型的后盾存储类型。 默认值为 File。

属性

适用于