DerivedHierarchyLevel.IsRecursive 屬性
Gets or sets a value indicating whether the derived hierarchy level has a recursive relationship.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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 hierarchy level includes a recursive relationship; otherwise false.