Partager via


Classe BRHierarchyArgument

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

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRArgument
      Microsoft.MasterDataServices.BRHierarchyArgument

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "BRHierarchyArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRHierarchyArgument _
    Inherits BRArgument
'Utilisation
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

Le type BRHierarchyArgument expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BRHierarchyArgument Initializes a new instance of the BRHierarchyArgument class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ChildArgument Gets or sets the child argument.
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique HierarchyId Gets or sets the hierarchy ID.
Propriété publique Identifier Gets or sets the ID of the business rule argument. (hérité de BRArgument.)
Propriété publique PropertyName Gets or sets the property name.. (hérité de BRArgument.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices