Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the data type information.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DataTypeInformation As Nullable(Of Integer)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Nullable<Int32>
An integer that represents the information.