MetadataResultOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the results of a metadata get operation to return.
public ref class MetadataResultOptions : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MetadataResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataResultOptions : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MetadataResultOptions", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions = class
inherit DataContractBase
Public Class MetadataResultOptions
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
MetadataResultOptions() |
Initializes a new instance of the MetadataResultOptions class. |
Properties
AttributeGroups |
Gets or sets the type of AttributeGroup results to return. |
Attributes |
Gets or sets the type of Attribute results to return. |
DerivedHierarchies |
Gets or sets the type of DerivedHierarchy results to return. |
DerivedHierarchyLevels |
Gets or sets the type of DerivedHierarchyLevel results to return. |
Entities |
Gets or sets the type of Entity results to return. |
ExplicitHierarchies |
Gets or sets the type of ExplicitHierarchy results to return. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
MemberTypes |
Gets or sets the type of MemberType results to return. |
Models |
Gets or sets the type of Model results to return. |
VersionFlags |
Gets or sets the type of VersionFlag results to return. |
Versions |
Gets or sets the type of Version results to return. |