다음을 통해 공유


DacExtractOptions.Storage 속성

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

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public Property Storage As DacSchemaModelStorageType 
    Get 
    Set
‘사용 방법
Dim instance As DacExtractOptions 
Dim value As DacSchemaModelStorageType 

value = instance.Storage

instance.Storage = value
public DacSchemaModelStorageType Storage { get; set; }
public:
property DacSchemaModelStorageType Storage {
    DacSchemaModelStorageType get ();
    void set (DacSchemaModelStorageType value);
}
member Storage : DacSchemaModelStorageType with get, set
function get Storage () : DacSchemaModelStorageType 
function set Storage (value : DacSchemaModelStorageType)

속성 값

유형: Microsoft.SqlServer.Dac.DacSchemaModelStorageType
Enumeration value that specifies the type of backing storage for the schema model used during extraction. Default value is File.

참고 항목

참조

DacExtractOptions 클래스

Microsoft.SqlServer.Dac 네임스페이스