MetadataExchangeClient.MaximumResolvedReferences 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MetadataExchangeClient가 다운로드하는 메타데이터의 최대 참조 수를 가져오거나 설정합니다.
public:
property int MaximumResolvedReferences { int get(); void set(int value); };
public int MaximumResolvedReferences { get; set; }
member this.MaximumResolvedReferences : int with get, set
Public Property MaximumResolvedReferences As Integer
속성 값
MetadataExchangeClient가 분석하는 메타데이터 참조 수입니다. 기본값은 10입니다.
설명
MaximumResolvedReferences 이 속성을 사용하여 많은 수의 참조가 포함된 메타데이터에서 액세스하는 리소스를 제한합니다. 이 제한은 메타데이터 참조, 메타데이터 위치, WSDL 가져오기 및 XML 스키마 가져오기 및 포함을 포함하여 후속 요청이 발생하는 메타데이터의 모든 참조에 적용됩니다.