Share via


ModelCatalogItem.Perspectives Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a list of any perspectives for this model.

Syntax

'Declaration
Public Property Perspectives As ModelPerspective()
public ModelPerspective[] Perspectives { get; set; }
public:
property array<ModelPerspective^>^ Perspectives {
    array<ModelPerspective^>^ get ();
    void set (array<ModelPerspective^>^ value);
}
/** @property */
public ModelPerspective[] get_Perspectives ()

/** @property */
public void set_Perspectives (ModelPerspective[] value)
public function get Perspectives () : ModelPerspective[]

public function set Perspectives (value : ModelPerspective[])

Property Value

An array of ModelPerspective objects.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ModelCatalogItem Class
ModelCatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace

Other Resources

Working with Perspectives in Model Designer