AttributeDataType 枚举

定义

指定自由格式属性的子类型。

public enum class AttributeDataType
[System.Runtime.Serialization.DataContract(Name="AttributeDataType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeDataType
[<System.Runtime.Serialization.DataContract(Name="AttributeDataType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeDataType = 
Public Enum AttributeDataType
继承
AttributeDataType
属性

字段

DateTime 3

属性值只能为 DateTime

6

属性值只能是 UNC 链接。

NotSpecified 0

尚未指定数据类型。

Number 2

属性值只能是数字。

Text 1

属性值可为任意文本。

注解

简单 AttributeDataType 类型指定自由格式属性的子类型。

适用于