Поделиться через


Свойство MetadataAttribute.DataType

Gets or sets the data type.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DataType As AttributeDataType
    Get
    Set
'Применение
Dim instance As MetadataAttribute
Dim value As AttributeDataType

value = instance.DataType

instance.DataType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public AttributeDataType DataType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property AttributeDataType DataType {
    AttributeDataType get ();
    void set (AttributeDataType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DataType : AttributeDataType with get, set
function get DataType () : AttributeDataType
function set DataType (value : AttributeDataType)

Значение свойства

Тип: Microsoft.MasterDataServices.AttributeDataType
A new instance of type AttributeDataType.

См. также

Справочник

MetadataAttribute Класс

Пространство имен Microsoft.MasterDataServices