AttributeValueType Enum

Definition

Specifies the data type of an attribute.

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

Fields

DateTime 3

The attribute value can only be DateTime.

Domain 4

The attribute value is selected from a domain list.

File 5

The attribute value contains the contents of a file.

NotSpecified 0

The attribute value type has not been specified.

Number 2

The attribute value can only be numeric.

String 1

The attribute value can be any text.

Remarks

The AttributeValueType simple type specifies the data type of an attribute.

Applies to