Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the partition type as either Data or Writeback.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As PartitionType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.PartitionType
A PartitionType enumeration value; either Data or Writeback.
Hinweise
By default, the partition type is Data.