Condividi tramite


Classe BRHierarchyArgument

Specifies the business rule argument specific to parent-child relationship arguments.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .BRArgument
    Microsoft.MasterDataServices..::..BRHierarchyArgument

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

Sintassi

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

Nel tipo BRHierarchyArgument sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ChildArgument Gets or sets the child argument.
Proprietà pubblica ExtensionData Gets or sets an object containing extra data. Ereditato da BRArgument.
Proprietà pubblica HierarchyId Gets or sets the hierarchy ID.
Proprietà pubblica Identifier Gets or sets the ID of the business rule argument. Ereditato da BRArgument.
Proprietà pubblica PropertyName Gets or sets the property name.. Ereditato da BRArgument.

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.