MetadataResultOptions.DerivedHierarchyLevels 属性

Gets or sets the ResultType for derived hierarchy levels.

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

语法

声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property DerivedHierarchyLevels As ResultType 
    Get 
    Set
用法
Dim instance As MetadataResultOptions 
Dim value As ResultType 

value = instance.DerivedHierarchyLevels

instance.DerivedHierarchyLevels = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType DerivedHierarchyLevels { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType DerivedHierarchyLevels {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DerivedHierarchyLevels : ResultType with get, set
function get DerivedHierarchyLevels () : ResultType 
function set DerivedHierarchyLevels (value : ResultType)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for derived hierarchy levels.

请参阅

参考

MetadataResultOptions 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间