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

屬性值

列舉值,指定擷取時所用模式模型的後備儲存類型。 預設值為檔案。

屬性

適用於