Expand Minimize
This topic has not yet been rated - Rate this topic

AttributeDataType Enumeration

Specifies the data types of a member attribute.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[DataContractAttribute(Name = "AttributeDataType", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeDataType
Member nameDescription
DateTimeThe attribute value can only be DateTime.
LinkThe attribute value can only be a Universal Naming Convention (UNC) link.
NotSpecifiedThe data type has not been specified.
NumberThe attribute value can only be numeric.
TextThe attribute value can be alphabetic and some special characters.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.