共用方式為


PerspectiveCollection 類別

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

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

語法

'宣告
<GuidAttribute("417A2A43-AFEE-40ee-BCE5-88B703120A54")> _
Public NotInheritable Class PerspectiveCollection _
    Inherits MajorObjectCollection
'用途
Dim instance As PerspectiveCollection
[GuidAttribute("417A2A43-AFEE-40ee-BCE5-88B703120A54")]
public sealed class PerspectiveCollection : MajorObjectCollection
[GuidAttribute(L"417A2A43-AFEE-40ee-BCE5-88B703120A54")]
public ref class PerspectiveCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("417A2A43-AFEE-40ee-BCE5-88B703120A54")>]
type PerspectiveCollection =  
    class
        inherit MajorObjectCollection
    end
public final class PerspectiveCollection extends MajorObjectCollection

執行緒安全性

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