Classe Attribute
Represents a master data attribute including its identification and data value.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.Attribute
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<KnownTypeAttribute(GetType(MemberIdentifier))> _
<DataContractAttribute(Name := "Attribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(FileAttribute))> _
Public Class Attribute _
Inherits DataContractBase
'Utilisation
Dim instance As Attribute
[KnownTypeAttribute(typeof(MemberIdentifier))]
[DataContractAttribute(Name = "Attribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(FileAttribute))]
public class Attribute : DataContractBase
[KnownTypeAttribute(typeof(MemberIdentifier))]
[DataContractAttribute(Name = L"Attribute", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(FileAttribute))]
public ref class Attribute : public DataContractBase
[<KnownTypeAttribute(typeof(MemberIdentifier))>]
[<DataContractAttribute(Name = "Attribute", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(FileAttribute))>]
type Attribute =
class
inherit DataContractBase
end
public class Attribute extends DataContractBase
Le type Attribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Attribute | Initializes a new instance of the Attribute class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Identifier | Gets or sets the identifier of the attribute. | |
TransactionAnnotation | Gets or sets the annotation of a transaction. | |
Type | Gets or sets the type of value associated with the attribute. | |
Value | Gets or sets the value of the attribute. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SetProperty<T> | Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts