KpiCollection Class
Contains a collection of Kpi objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("CA8FC5AC-EFE3-4b62-958A-15C0DF4857AB")> _
Public NotInheritable Class KpiCollection _
Inherits NamedComponentCollection
'Usage
Dim instance As KpiCollection
[GuidAttribute("CA8FC5AC-EFE3-4b62-958A-15C0DF4857AB")]
public sealed class KpiCollection : NamedComponentCollection
[GuidAttribute(L"CA8FC5AC-EFE3-4b62-958A-15C0DF4857AB")]
public ref class KpiCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("CA8FC5AC-EFE3-4b62-958A-15C0DF4857AB")>]
type KpiCollection =
class
inherit NamedComponentCollection
end
public final class KpiCollection extends NamedComponentCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.NamedComponentCollection
Microsoft.AnalysisServices.KpiCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.