Perspectives 속성
Gets a list of any perspectives for this model.
네임스페이스: ReportService2005
어셈블리: ReportService2005(ReportService2005.dll)
구문
‘선언
Public Property Perspectives As ModelPerspective()
Get
Set
‘사용 방법
Dim instance As ModelCatalogItem
Dim value As ModelPerspective()
value = instance.Perspectives
instance.Perspectives = value
public ModelPerspective[] Perspectives { get; set; }
public:
property array<ModelPerspective^>^ Perspectives {
array<ModelPerspective^>^ get ();
void set (array<ModelPerspective^>^ value);
}
member Perspectives : ModelPerspective[] with get, set
function get Perspectives () : ModelPerspective[]
function set Perspectives (value : ModelPerspective[])
속성 값
유형: array<ReportService2005. . :: . .ModelPerspective> [] () [] []
An array of ModelPerspective objects.