MetadataExchangeClient.MaximumResolvedReferences 속성

정의

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

속성 값

Int32

MetadataExchangeClient가 분석하는 메타데이터 참조 수입니다. 기본값은 10입니다.

설명

MaximumResolvedReferences 이 속성을 사용하여 많은 수의 참조가 포함된 메타데이터에서 액세스하는 리소스를 제한합니다. 이 제한은 메타데이터 참조, 메타데이터 위치, WSDL 가져오기 및 XML 스키마 가져오기 및 포함을 포함하여 후속 요청이 발생하는 메타데이터의 모든 참조에 적용됩니다.

적용 대상