共用方式為


KpiCollection 類別

Contains a collection of Kpi objects. This class cannot be inherited.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("CA8FC5AC-EFE3-4b62-958A-15C0DF4857AB")> _
Public NotInheritable Class KpiCollection _
    Inherits NamedComponentCollection
'用途
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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。