Condividi tramite


Proprietà Partition.Type

Gets or sets the partition type as either Data or Writeback.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Type As PartitionType 
    Get 
    Set
'Utilizzo
Dim instance As Partition 
Dim value As PartitionType 

value = instance.Type

instance.Type = value
public PartitionType Type { get; set; }
public:
property PartitionType Type {
    PartitionType get ();
    void set (PartitionType value);
}
member Type : PartitionType with get, set
function get Type () : PartitionType 
function set Type (value : PartitionType)

Valore proprietà

Tipo: Microsoft.AnalysisServices.PartitionType
A PartitionType enumeration value; either Data or Writeback.

Osservazioni

By default, the partition type is Data.

Vedere anche

Riferimento

Partition Classe

Spazio dei nomi Microsoft.AnalysisServices