共用方式為


AttributeType Enum

Definition

Specifies the type of an attribute.

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

Fields

Name Value Description
NotSpecified 0

The attribute type has not been specified.

FreeForm 1

The attribute value is free form but constrained by the AttributeDataType.

Domain 2

The attribute value is selected from a domain list.

System 3

The attribute is a hidden, system attribute.

File 4

The attribute value contains the contents of a file.

Remarks

The AttributeType simple type specifies the type of an attribute.

Applies to