ContentType 枚举

定义

字符串内容的类型。 例如 XML 或 JSON。

public enum ContentType
type ContentType = 
Public Enum ContentType
继承
ContentType

字段

Json 1

JSON 内容。

Xml 0

XML 内容。

注解

仅当数据库的兼容级别为 1465 或更高版本时,才支持此枚举。

适用于