MetadataResultOptions Class

Specifies the results of a metadata get operation to return.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MetadataResultOptions

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

Syntax

'Declaration
<DataContractAttribute(Name := "MetadataResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MetadataResultOptions _
    Inherits DataContractBase
'Usage
Dim instance As MetadataResultOptions
[DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataResultOptions : DataContractBase
[DataContractAttribute(Name = L"MetadataResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MetadataResultOptions : public DataContractBase
[<DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions =  
    class
        inherit DataContractBase
    end
public 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 type of AttributeGroup results to return.
Public property Attributes Gets or sets the type of Attribute results to return.
Public property DerivedHierarchies Gets or sets the type of DerivedHierarchy results to return.
Public property DerivedHierarchyLevels Gets or sets the type of DerivedHierarchyLevel results to return.
Public property Entities Gets or sets the type of Entity results to return.
Public property ExplicitHierarchies Gets or sets the type of ExplicitHierarchy results to return.
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property MemberTypes Gets or sets the type of MemberType results to return.
Public property Models Gets or sets the type of Model results to return.
Public property VersionFlags Gets or sets the type of VersionFlag results to return.
Public property Versions Gets or sets the type of Version results to return.

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.

See Also

Reference

Microsoft.MasterDataServices Namespace