共用方式為


DerivedHierarchyLevel.IsRecursive 屬性

Gets or sets a value that indicates whether the level has a recursive relationship.

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

語法

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

value = instance.IsRecursive

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

屬性值

型別:System.Boolean
true if the level has a recursive relationship; otherwise, false.

請參閱

參考

DerivedHierarchyLevel 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間