ExportView.DerivedHierarchyId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID of the derived hierarhcy queried by the export view.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

Remarks

This is only populated for view formats specific to derived hierarchies.

See Also

ExportView Class
Microsoft.MasterDataServices Namespace

Return to top