ReportingService2005.GetUserModel(String, String) 메서드

정의

현재 사용자에 대한 모델의 의미 부분을 반환합니다.

public:
 cli::array <System::Byte> ^ GetUserModel(System::String ^ Model, System::String ^ Perspective);
public byte[] GetUserModel (string Model, string Perspective);
member this.GetUserModel : string * string -> byte[]
Public Function GetUserModel (Model As String, Perspective As String) As Byte()

매개 변수

Model
String

사용자별 모델 정의를 검색할 모델의 전체 이름입니다.

Perspective
String

보고서 모델을 검색할 큐브 뷰의 ID입니다.

반환

Byte[]

사용자가 사용 권한을 가진 모델의 의미 부분에 대한 SMDL 정의를 포함하는 바이트 배열입니다. 이 데이터 형식에 대한 자세한 내용은 Microsoft .NET Framework 설명서에서 "Byte 구조체"를 참조하세요.

설명

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

SOAP 헤더 (Out) ServerInfoHeaderValue
필요한 권한 ReadProperties

반환된 모델 정의는 사용자가 보거나 사용할 수 있는 권한이 있는 모델의 의미 체계 부분으로 제한됩니다.

Perspective 가 제공되면 반환된 사용자 모델은 사용자가 해당 관점에서 볼 수 있는 권한이 있는 모델 항목만 반영합니다.

적용 대상