AggregationInstanceCollection.Add Method (String)
Creates and adds an AggregationInstance, with the specified identifier, to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
'Декларация
Public Function Add ( _
name As String _
) As AggregationInstance
public AggregationInstance Add (
string name
)
public:
AggregationInstance^ Add (
String^ name
)
public AggregationInstance Add (
String name
)
public function Add (
name : String
) : AggregationInstance
- name
The identifier of the AggregationInstance to be added.
The zero-based index at which the AggregationInstance has been added.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
AggregationInstanceCollection Class
AggregationInstanceCollection Members
Microsoft.AnalysisServices Namespace