Condividi tramite


Classe BRAttributeArgument

Represents an attribute argument that cannot have child arguments.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
    Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRAttributeArgumentBase
      Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeArgument

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
    Inherits BRAttributeArgumentBase
'Utilizzo
Dim instance As BRAttributeArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : BRAttributeArgumentBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgument : public BRAttributeArgumentBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgument =  
    class
        inherit BRAttributeArgumentBase
    end
public class BRAttributeArgument extends BRAttributeArgumentBase

Nel tipo BRAttributeArgument sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRAttributeArgument Initializes a new instance of the BRAttributeArgument class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeId When overridden in a derived class, gets or sets the attribute ID. Ereditato da BRAttributeArgumentBase.
Proprietà pubblica ChildArguments Gets or sets the collection of child arguments.
Proprietà pubblica Identifier When overridden in a derived class, gets or sets a unique identifier of the argument. Ereditato da BRArgument.
Proprietà pubblica PropertyName When overridden in a derived class, gets or sets the property name. Ereditato da BRArgument.
Proprietà pubblica PropertyType Gets the property type. Esegue l'override di BRAttributeArgumentBase. . :: . .PropertyType.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.