Attribute Klasse

Definition

Ein komplexer Entitätsattributtyp.

public ref class Attribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))]
public class Attribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))>]
type Attribute = class
    inherit DataContractBase
Public Class Attribute
Inherits DataContractBase
Vererbung
Attribute

Hinweise

Der Attribute komplexe Typ gibt ein Stammdatenattribute an, einschließlich seiner Identifikation und des Datenwerts.

Konstruktoren

Attribute()

Standardkonstruktor

Eigenschaften

Identifier

Gibt das Identifier Attributmetadatenobjekt an.

IsChanged

Gibt an, ob der Attributwert geändert wird.

TransactionAnnotation
Veraltet.

Gibt die Anmerkung an, die während einer Aktualisierung auf die Transaktion dieses Attributs anwendbar ist.

Type

Gibt den Werttyp an, der AttributeValueType vom Attribut gespeichert wird.

Value

Gibt den Wert an, der dem Masterdaten-Attribut als Variant-Datentyp zugewiesen wird.

Methoden

SetProperty<T>(T, T, String)

Ändert die Eigenschaft in den angegebenen Wert.
Gibt die Information zurück, ob sich der neue Wert vom alten Wert unterscheidet.

(Geerbt von DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Ändert die Eigenschaft in den angegebenen Wert.
Gibt die Information zurück, ob sich der neue Wert vom alten Wert unterscheidet.

(Geerbt von DataContractBase)

Gilt für: