Partilhar via


Propriedade do RDL MetadataAttribute.DataTypeInformation

Gets or sets the information of the data type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute(IsRequired := False)> _
Public Property DataTypeInformation As Nullable(Of Integer)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Nullable<Int32>
The information of the data type.

Consulte também

Referência

MetadataAttribute Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts