Share via


MetadataResultOptions Class

Defines the data contract for MetadataResultOptions.

Inheritance Hierarchy

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

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

Syntax

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

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 attribute groups.
Public property Attributes Gets or sets the ResultType for attributes.
Public property DerivedHierarchies Gets or sets the ResultType for derived hierarchies.
Public property DerivedHierarchyLevels Gets or sets the ResultType for derived hierarchy levels.
Public property Entities Gets or sets the ResultType for entities.
Public property ExplicitHierarchies Gets or sets the ResultType for explicit hierarchies.
Public property IsNoResultOptionsSpecified Gets a value that indicates whether any result options are set to a value other than None.
Public property MemberTypes Gets or sets the ResultType for member types.
Public property Models Gets or sets the ResultType for models.
Public property VersionFlags Gets or sets the ResultType for version flags.
Public property Versions Gets or sets the ResultType for versions.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (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.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace