Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets a value that indicates whether the derived hierarchy includes a recursive relationship.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataMemberAttribute(IsRequired := False)> _
Public Property IsRecursive As Boolean
Get
Friend Set
'Применение
Dim instance As DerivedHierarchy
Dim value As Boolean
value = instance.IsRecursive
[DataMemberAttribute(IsRequired = false)]
public bool IsRecursive { get; internal set; }
[DataMemberAttribute(IsRequired = false)]
public:
property bool IsRecursive {
bool get ();
internal: void set (bool value);
}
[<DataMemberAttribute(IsRequired = false)>]
member IsRecursive : bool with get, internal set
function get IsRecursive () : boolean
internal function set IsRecursive (value : boolean)
Значение свойства
Тип: System.Boolean
true if the derived hierarchy includes a recursive relationship; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts