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


Свойство MetadataAttribute.DataTypeInformation

Gets or sets the data type information.

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

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property DataTypeInformation As Nullable(Of Integer)
    Get
    Set
'Применение
Dim instance As MetadataAttribute
Dim value As Nullable(Of Integer)

value = instance.DataTypeInformation

instance.DataTypeInformation = value
[DataMemberAttribute]
public Nullable<int> DataTypeInformation { get; set; }
[DataMemberAttribute]
public:
property Nullable<int> DataTypeInformation {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute>]
member DataTypeInformation : Nullable<int> with get, set
function get DataTypeInformation () : Nullable<int>
function set DataTypeInformation (value : Nullable<int>)

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

Тип: System.Nullable<Int32>
An integer that represents the information.

См. также

Справочник

MetadataAttribute Класс

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