Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get the type of backing storage for the schema model used during extraction.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property Storage As DacSchemaModelStorageType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dac.DacSchemaModelStorageType
Enumeration value that specifies the type of backing storage for the schema model used during extraction. Default value is File.