Partilhar via


Propriedade do RDL DacExtractOptions.Storage

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

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)

Sintaxe

'Declaração
Public Property Storage As DacSchemaModelStorageType 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.DacSchemaModelStorageType
Enumeration value that specifies the type of backing storage for the schema model used during extraction. Default value is File.

Consulte também

Referência

DacExtractOptions Classe

Namespace Microsoft.SqlServer.Dac