AttributeValueType Enumeration

Definition

Enthält Werte, die den Datentyp eines Attributs angeben.

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
Vererbung
AttributeValueType
Attribute

Felder

DateTime 3

Gibt an, dass der Attributdatentyp ein Datums- und Uhrzeitwert ist.

Domain 4

Gibt an, dass der Attributdatentyp ein domänenbasierter Wert ist.

File 5

Gibt an, dass der Attributdatentyp eine Datei (Binary Large Object oder BLOB) ist.

NotSpecified 0

Der Attributdatentyp ist nicht angegeben.

Number 2

Gibt an, dass der Attributdatentyp eine Zahl ist.

String 1

Gibt an, dass der Attributdatentyp eine Textzeichenfolge ist.

Gilt für: