ModelExtractOptions.Storage プロパティ

定義

抽出中に使用されるスキーマ モデルのバッキング ストレージの種類を取得します。

public Microsoft.SqlServer.Dac.DacSchemaModelStorageType Storage { get; set; }
member this.Storage : Microsoft.SqlServer.Dac.DacSchemaModelStorageType with get, set
Public Property Storage As DacSchemaModelStorageType

プロパティ値

抽出時に使用されるスキーマ モデルのバッキング ストレージの種類を指定する列挙値。 既定値は File です。

適用対象