Freigeben über


Attribute-Klasse

Represents a master data attribute including its identification and data value.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.Attribute

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

Syntax

'Declaration
<KnownTypeAttribute(GetType(MemberIdentifier))> _
<DataContractAttribute(Name := "Attribute", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(FileAttribute))> _
Public Class Attribute _
    Inherits DataContractBase
'Usage
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

Der Attribute-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Attribute Initializes a new instance of the Attribute class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Identifier Gets or sets the identifier of the attribute.
Öffentliche Eigenschaft TransactionAnnotation Gets or sets the annotation of a transaction.
Öffentliche Eigenschaft Type Gets or sets the type of value associated with the attribute.
Öffentliche Eigenschaft Value Gets or sets the value of the attribute.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetProperty<T> Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace