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 | |
---|---|---|
MetadataResultOptions | Initializes a new instance of the MetadataResultOptions class. |
Top
Properties
Name | Description | |
---|---|---|
AttributeGroups | Gets or sets the ResultType for AttributeGroups. | |
Attributes | Gets or sets ResultType for Attributes. | |
DerivedHierarchies | Gets or sets the ResultType for DerivedHierarchies. | |
DerivedHierarchyLevels | Gets or sets the ResultType for DerivedHierarchyLevels. | |
Entities | Gets or sets ResultType for Entities. | |
ExplicitHierarchies | Gets or sets ResultType for ExplicitHierarchies. | |
IsNoResultOptionsSpecified | Gets a value indicating whether any result options are set to a value other than None. | |
MemberTypes | Gets or sets ResultType for MemberTypes. | |
Models | Gets or sets ResultType for Models. | |
VersionFlags | Gets or sets ResultType for VersionFlags. | |
Versions | Gets or sets ResultType for Versions. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.