Partager via


Propriété DacExtractOptions.Storage

Get the type of backing storage for the schema model used during extraction.

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Property Storage As DacSchemaModelStorageType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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.

Voir aussi

Référence

DacExtractOptions Classe

Espace de noms Microsoft.SqlServer.Dac