MetadataSearchCriteria.ExplicitHierarchies Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the criteria to fill the ExplicitHierarchies property.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<Identifier> ExplicitHierarchies { get; internal set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property Collection<Identifier^>^ ExplicitHierarchies {
    Collection<Identifier^>^ get();
    internal: void set(Collection<Identifier^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member ExplicitHierarchies : Collection<Identifier> with get, internal set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property ExplicitHierarchies As Collection(Of Identifier)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<Identifier>

The criteria to fill the Metadata.ExplicitHierarchies property.

See Also

MetadataSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top