TSqlModelOptions.StorageType Property
Specifies the storage type - in memory or file backed. Default value is Memory
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property StorageType As DacSchemaModelStorageType
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As DacSchemaModelStorageType
value = instance.StorageType
instance.StorageType = value
public DacSchemaModelStorageType StorageType { get; set; }
public:
property DacSchemaModelStorageType StorageType {
DacSchemaModelStorageType get ();
void set (DacSchemaModelStorageType value);
}
member StorageType : DacSchemaModelStorageType with get, set
function get StorageType () : DacSchemaModelStorageType
function set StorageType (value : DacSchemaModelStorageType)
Property Value
Type: Microsoft.SqlServer.Dac.DacSchemaModelStorageType