Share via


DataServiceContext.TypeScheme 속성

정의

서비스에서 사용하는 형식 스키마를 나타내는 데 사용되는 URI를 가져오거나 설정합니다.

public:
 property Uri ^ TypeScheme { Uri ^ get(); void set(Uri ^ value); };
public Uri TypeScheme { get; set; }
member this.TypeScheme : Uri with get, set
Public Property TypeScheme As Uri

속성 값

Uri

형식 스키마가 들어 있는 Uri 개체입니다.

설명

ATOM 페이로드에서 반환 값은 엔터티의 형식을 식별하는 데 사용되는 범주 요소의 체계 특성이 됩니다. 기본값은 http://schemas.microsoft.com/ado/2007/08/dataservices/scheme입니다.

적용 대상