Transaction.ExplicitHierarchyId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets of the explicit hierarchy that is updated in the transaction (if applicable).

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ExplicitHierarchyId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ ExplicitHierarchyId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ExplicitHierarchyId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ExplicitHierarchyId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

Transaction Class
Microsoft.MasterDataServices Namespace

Return to top