ReportingService2006.GetModelDefinition(String) 메서드

정의

모델의 정의를 검색합니다.

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

매개 변수

Model
String

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

반환

Byte[]

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

**SOAP 헤더** (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

필요한 권한 Microsoft.SharePoint.SPBasePermissions.OpenItems

Base 64 인코딩 바이트 배열 형식의 모델 정의입니다. 이 데이터 형식에 대한 자세한 내용은 Microsoft .NET Framework 설명서에서 "Byte 구조체"를 참조하세요.

적용 대상