AttributeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values specifying the attribute type.
public enum class AttributeType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="AttributeType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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 type of attribute is unspecified. |
FreeForm | 1 | Specifies a free-form attribute (text, numeric, or date). |
Domain | 2 | Specifies a domain-based attribute (reference to an entity member). |
System | 3 | Specifies a standard system attribute. |
File | 4 | Specifies a file storage attribute. |