다음을 통해 공유


DacExportOptions.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

속성 값

추출하는 중에 사용된 스키마 모델의 지원 스토리지 유형을 지정하는 열거 값입니다. 기본값은 파일입니다.

특성

적용 대상