DataServiceContext.TypeScheme 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 对象。
注解
在 ATOM 负载中,返回值将是类别元素的方案属性,用于标识实体类型。 默认值是 http://schemas.microsoft.com/ado/2007/08/dataservices/scheme
。