Attribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tipo complesso di attributo di entità.
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
- Ereditarietà
- Attributi
Commenti
Il Attribute tipo complesso specifica un attributo di dati master, inclusi l'identificazione e il valore dei dati.
Costruttori
| Attribute() |
Costruttore predefinito |
Proprietà
| Identifier |
Specifica l' Identifier oggetto dell'oggetto di metadati dell'attributo. |
| IsChanged |
Specifica se il valore dell'attributo è stato modificato. |
| TransactionAnnotation |
Obsoleta.
Specifica l'annotazione applicabile alla transazione di questo attributo durante un aggiornamento |
| Type |
Specifica l'oggetto AttributeValueType o il tipo di valore archiviato dall'attributo. |
| Value |
Specifica il valore assegnato all'attributo dei dati master come tipo di dati Variant. |
Metodi
| SetProperty<T>(T, T, String) |
Modifica la proprietà impostandola sul valore specificato. |
| SetProperty<T>(T, T, String, Boolean) |
Modifica la proprietà impostandola sul valore specificato. |