MetaInfoValueType 枚举
允许您指定元数据字典中的值为数据类型。
命名空间: Microsoft.SharePoint.Deployment
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration MetaInfoValueType
用法
Dim instance As MetaInfoValueType
public enum MetaInfoValueType
成员
成员名称 | 说明 | |
---|---|---|
String | String Data Type | |
Integer | Integer Data Type | |
Time | 日期/时间数据类型。 | |
StringVector | 字符串值的数组。 | |
Boolean | Boolean Data Type | |
FileSystemTime | 日期/时间数据类型。 | |
IntegerVector | 整数值的数组。 | |
Double | Double Data Type | |
LongText | String Data Type | |
Empty | 被忽略。被视为空字符串。 |