ModelCatalogItem.Perspectives Property
Gets a list of any perspectives for this model.
Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Ensamblado: ReportService2005 (in reportingservice2005.dll)
Sintaxis
'Declaración
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[])
Valor de propiedad
An array of ModelPerspective objects.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ModelCatalogItem Class
ModelCatalogItem Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace