AttributeValueType Enum

Definition

Contains values specifying the data type of an attribute.

public enum class AttributeValueType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="AttributeValueType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeValueType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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

Specifies that the attribute data type is a date and time value.

Domain 4

Specifies that the attribute data type is a domain-based value.

File 5

Specifies that the attribute data type is a file (Binary Large Object, or BLOB).

NotSpecified 0

The attribute data type is unspecified.

Number 2

Specifies that the attribute data type is a number.

String 1

Specifies that the attribute data type is a text string.

Applies to