Share via


ReportingService2005.ListModelPerspectives 메서드

Lists models and perspectives available to the user.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Function ListModelPerspectives ( _
    Model As String _
) As ModelCatalogItem()
‘사용 방법
Dim instance As ReportingService2005 
Dim Model As String 
Dim returnValue As ModelCatalogItem()

returnValue = instance.ListModelPerspectives(Model)
public ModelCatalogItem[] ListModelPerspectives(
    string Model
)
public:
array<ModelCatalogItem^>^ ListModelPerspectives(
    String^ Model
)
member ListModelPerspectives : 
        Model:string -> ModelCatalogItem[] 
public function ListModelPerspectives(
    Model : String
) : ModelCatalogItem[]

매개 변수

  • Model
    유형: System.String
    The full name of the model for which to list perspectives.

반환 값

유형: array<ReportService2005.ModelCatalogItem[]
An array of ModelCatalogItem objects.

주의

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadProperties

When Model is not specified, ListModelPerspectives lists the perspectives for each model that the user has Read Properties permissions for on the model catalog item.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스