Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dac.DacSchemaModelStorageType