Cube.Perspectives 屬性
Gets the perspectives for the cube.
命名空間: 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
A PerspectiveCollection for the cube.