Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.