This topic has not yet been rated - Rate this topic

AggregationInstanceCollection.GetByName Method

Gets the AggregationInstance, with the specified name, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public AggregationInstance GetByName(
	string name
)

Parameters

name
Type: System.String
The name of the AggregationInstance to be returned.

Return Value

Type: Microsoft.AnalysisServices.AggregationInstance
The AggregationInstance with the name specified in name.
ExceptionCondition
ItemNotFoundException

name is not contained by the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.