Метод PartitionCollection.Add
Creates and adds a Partition to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add As Partition
'Применение
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
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Partition
A new, empty Partition.