次の方法で共有


Cube.Perspectives プロパティ

キューブのパースペクティブを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Perspectives As PerspectiveCollection 
    Get
'使用
Dim instance As Cube 
Dim value As PerspectiveCollection 

value = instance.Perspectives
[BrowsableAttribute(false)]
public PerspectiveCollection Perspectives { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveCollection^ Perspectives {
    PerspectiveCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Perspectives : PerspectiveCollection
function get Perspectives () : PerspectiveCollection

プロパティ値

型: Microsoft.AnalysisServices.PerspectiveCollection
キューブの PerspectiveCollection です。

関連項目

参照

Cube クラス

Microsoft.AnalysisServices 名前空間