Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the type of DerivedHierarchy results to return.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DerivedHierarchies As ResultType
Get
Set
'Usage
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.DerivedHierarchies
instance.DerivedHierarchies = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ResultType DerivedHierarchies { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType DerivedHierarchies {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DerivedHierarchies : ResultType with get, set
function get DerivedHierarchies () : ResultType
function set DerivedHierarchies (value : ResultType)
Property Value
Type: Microsoft.MasterDataServices.ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.