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.