Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Creates and adds a Partition to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add As Partition
'Usage
Dim instance As PartitionCollection
Dim returnValue As Partition
returnValue = instance.Add()
public Partition Add()
public:
Partition^ Add()
member Add : unit -> Partition
public function Add() : Partition
Return Value
Type: Microsoft.AnalysisServices.Partition
A new, empty Partition.