다음을 통해 공유


TmdlSerializer.DeserializeModelFromCompressedFile 메서드

정의

오버로드

DeserializeModelFromCompressedFile(String)

지정된 압축된 보관 파일의 TMDL 문서 집합을 해당하는 모델 개체로 역직렬화합니다.

DeserializeModelFromCompressedFile(String, MetadataDeserializationOptions)

지정된 압축된 보관 파일의 TMDL 문서 집합을 해당하는 모델 개체로 역직렬화합니다.

DeserializeModelFromCompressedFile(String)

지정된 압축된 보관 파일의 TMDL 문서 집합을 해당하는 모델 개체로 역직렬화합니다.

public static Microsoft.AnalysisServices.Tabular.Model DeserializeModelFromCompressedFile (string path);
static member DeserializeModelFromCompressedFile : string -> Microsoft.AnalysisServices.Tabular.Model
Public Shared Function DeserializeModelFromCompressedFile (path As String) As Model

매개 변수

path
String

압축된 파일의 경로입니다.

반환

TMDL 문서를 기반으로 만든 Model 인스턴스입니다.

예외

지정된 경로가 null 참조(Visual Basic에서는 Nothing)이거나 비어 있습니다.

지정된 경로가 없습니다.

압축된 파일의 콘텐츠에 잘못된 형식의 TMDL 텍스트가 포함되어 있습니다.

압축된 파일의 콘텐츠에 TMDL 텍스트가 유효한 형식이지만 잘못된 메타데이터가 포함되어 있습니다.

적용 대상

DeserializeModelFromCompressedFile(String, MetadataDeserializationOptions)

지정된 압축된 보관 파일의 TMDL 문서 집합을 해당하는 모델 개체로 역직렬화합니다.

public static Microsoft.AnalysisServices.Tabular.Model DeserializeModelFromCompressedFile (string path, Microsoft.AnalysisServices.Tabular.Serialization.MetadataDeserializationOptions options);
static member DeserializeModelFromCompressedFile : string * Microsoft.AnalysisServices.Tabular.Serialization.MetadataDeserializationOptions -> Microsoft.AnalysisServices.Tabular.Model
Public Shared Function DeserializeModelFromCompressedFile (path As String, options As MetadataDeserializationOptions) As Model

매개 변수

path
String

압축된 파일의 경로입니다.

options
MetadataDeserializationOptions

역직렬화 작업에 대한 옵션입니다.

반환

TMDL 문서를 기반으로 만든 Model 인스턴스입니다.

예외

  • 지정된 경로가 null 참조(Visual Basic에서는 Nothing)이거나 비어 있습니다.
  • 지정된 옵션 인스턴스가 null 참조(Visual Basic의 경우 Nothing)입니다.

지정된 경로가 없습니다.

압축된 파일의 콘텐츠에 잘못된 형식의 TMDL 텍스트가 포함되어 있습니다.

압축된 파일의 콘텐츠에 TMDL 텍스트가 유효한 형식이지만 잘못된 메타데이터가 포함되어 있습니다.

적용 대상