DerivedHierarchy.IsRecursive 属性

Gets or sets a value indicating whether the derived hierarchy includes a recursive relationship.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property IsRecursive As Boolean
    Get
    Set
用法
Dim instance As DerivedHierarchy
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 derived hierarchy includes a recursive relationship; otherwise false.

请参阅

参考

DerivedHierarchy 类

Microsoft.MasterDataServices 命名空间