Propriété StagingBatchError.HierarchyId
Gets or sets the ID of the hierarchy that is being updated.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property HierarchyId As Identifier
Get
Set
'Utilisation
Dim instance As StagingBatchError
Dim value As Identifier
value = instance.HierarchyId
instance.HierarchyId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier HierarchyId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ HierarchyId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member HierarchyId : Identifier with get, set
function get HierarchyId () : Identifier
function set HierarchyId (value : Identifier)
Valeur de propriété
Type : Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.
Notes
StagingBatchError is only applicable to hierarchy parent or sibling updates.