共用方式為


HierarchyMembersGetCriteria.Ancestors 屬性

Gets or sets a value indicating whether the ancestors of the supplied member code will be retrieved.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Ancestors As Boolean
    Get
    Set
'用途
Dim instance As HierarchyMembersGetCriteria
Dim value As Boolean

value = instance.Ancestors

instance.Ancestors = value
[DataMemberAttribute]
public bool Ancestors { get; set; }
[DataMemberAttribute]
public:
property bool Ancestors {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member Ancestors : bool with get, set
function get Ancestors () : boolean
function set Ancestors (value : boolean)

屬性值

型別:System.Boolean
true if the ancestors of the supplied member code will be retrieved; otherwise, false. The default is false.

請參閱

參考

HierarchyMembersGetCriteria 類別

Microsoft.MasterDataServices 命名空間