HierarchyMembers.Members Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the member data retrieved by the operation.

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

Syntax

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

Property Value

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

The member data retrieved by the operation.

See Also

HierarchyMembers Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top