Classe BRHierarchyArgument
Represents a hierarchy argument that must have a child attribute argument.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
Microsoft.MasterDataServices.Services.DataContracts..::..BRHierarchyArgument
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRHierarchyArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRHierarchyArgument _
Inherits BRArgument _
Implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
'Utilisation
Dim instance As BRHierarchyArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRHierarchyArgument : BRArgument,
IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRHierarchyArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRHierarchyArgument : public BRArgument,
IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRHierarchyArgument =
class
inherit BRArgument
interface IBRAttributeArgumentParent
interface IBRAttributeArgumentContainer
interface IBRArgument
end
public class BRHierarchyArgument extends BRArgument implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
Le type BRHierarchyArgument expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BRHierarchyArgument | Initializes a new instance of the BRHierarchyArgument class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ChildArgument | Gets or sets the child attribute argument. | |
HierarchyId | Gets or sets the hierarchy identifier. | |
Identifier | When overridden in a derived class, gets or sets a unique identifier of the argument. (hérité de BRArgument.) | |
PropertyName | When overridden in a derived class, gets or sets the property name. (hérité de BRArgument.) | |
PropertyType | Gets the property type. (remplace BRArgument. . :: . .PropertyType.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.