Share via


MetadataResultOptions Class

Defines the data contract for MetadataResultOptions.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MetadataResultOptions

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "MetadataResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class MetadataResultOptions
'Usage
Dim instance As MetadataResultOptions
[DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class MetadataResultOptions
[DataContractAttribute(Name = L"MetadataResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MetadataResultOptions sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions =  class end
public final class MetadataResultOptions

The MetadataResultOptions type exposes the following members.

Constructors

  Name Description
Public method MetadataResultOptions Initializes a new instance of the MetadataResultOptions class.

Top

Properties

  Name Description
Public property AttributeGroups Gets or sets the ResultType for AttributeGroups.
Public property Attributes Gets or sets ResultType for Attributes.
Public property DerivedHierarchies Gets or sets the ResultType for DerivedHierarchies.
Public property DerivedHierarchyLevels Gets or sets the ResultType for DerivedHierarchyLevels.
Public property Entities Gets or sets ResultType for Entities.
Public property ExplicitHierarchies Gets or sets ResultType for ExplicitHierarchies.
Public property IsNoResultOptionsSpecified Gets a value indicating whether any result options are set to a value other than None.
Public property MemberTypes Gets or sets ResultType for MemberTypes.
Public property Models Gets or sets ResultType for Models.
Public property VersionFlags Gets or sets ResultType for VersionFlags.
Public property Versions Gets or sets ResultType for Versions.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.