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.