Propriété Partition.Type

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Valeur de propriété

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

Notes

By default, the partition type is Data.

Voir aussi

Référence

Partition Classe

Espace de noms Microsoft.AnalysisServices