Gets or sets the type of DerivedHierarchyLevel results to return.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DerivedHierarchyLevels As ResultType
Get
Set
'用途
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.DerivedHierarchyLevels
instance.DerivedHierarchyLevels = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ResultType DerivedHierarchyLevels { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType DerivedHierarchyLevels {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DerivedHierarchyLevels : ResultType with get, set
function get DerivedHierarchyLevels () : ResultType
function set DerivedHierarchyLevels (value : ResultType)
屬性值
型別:Microsoft.MasterDataServices.ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.