ReportingService2006.ListModelPerspectives(String) 메서드

정의

사용자가 사용 가능한 모델 및 큐브 뷰를 나열합니다.

public:
 cli::array <ReportService2006::ModelCatalogItem ^> ^ ListModelPerspectives(System::String ^ Path);
public ReportService2006.ModelCatalogItem[] ListModelPerspectives (string Path);
member this.ListModelPerspectives : string -> ReportService2006.ModelCatalogItem[]
Public Function ListModelPerspectives (Path As String) As ModelCatalogItem()

매개 변수

Path
String

파일 이름과 .smdl 파일 이름 확장명을 포함하는 모델의 정규화된 URL입니다.

반환

ModelCatalogItem 개체의 배열입니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
필요한 권한 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

사이트를 가리키면 Path 사이트에서 사용자가 액세스할 수 있는 각 모델의 모든 관점이 반환됩니다.

매개 변수는 Path null이거나 비워 둘 수 없습니다. 가 사이트 모음 ListModelPerspectives 폴더의 정규화된 URL인 경우 Path 는 사용자가 폴더 바로 아래에 "읽기" 권한이 있는 모든 모델의 큐브 뷰를 반환합니다.

적용 대상