Właściwość MetadataAttribute.DataTypeInformation
Pobiera lub ustawia DataTypeInformation.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False)> _
Public Property DataTypeInformation As Nullable(Of Integer)
Get
Set
'Użycie
Dim instance As MetadataAttribute
Dim value As Nullable(Of Integer)
value = instance.DataTypeInformation
instance.DataTypeInformation = value
[DataMemberAttribute(IsRequired = false)]
public Nullable<int> DataTypeInformation { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Nullable<int> DataTypeInformation {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member DataTypeInformation : Nullable<int> with get, set
function get DataTypeInformation () : Nullable<int>
function set DataTypeInformation (value : Nullable<int>)
Wartość właściwości
Typ: System.Nullable<Int32>
Liczba całkowita reprezentująca informacje.
Zobacz także