Freigeben über


MetadataResultOptions-Klasse

Defines the data contract for MetadataResultOptions.

Vererbungshierarchie

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

Der MetadataResultOptions-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MetadataResultOptions Initializes a new instance of the MetadataResultOptions class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AttributeGroups Gets or sets the ResultType for attribute groups.
Öffentliche Eigenschaft Attributes Gets or sets the ResultType for attributes.
Öffentliche Eigenschaft DerivedHierarchies Gets or sets the ResultType for derived hierarchies.
Öffentliche Eigenschaft DerivedHierarchyLevels Gets or sets the ResultType for derived hierarchy levels.
Öffentliche Eigenschaft Entities Gets or sets the ResultType for entities.
Öffentliche Eigenschaft ExplicitHierarchies Gets or sets the ResultType for explicit hierarchies.
Öffentliche Eigenschaft IsNoResultOptionsSpecified Gets a value that indicates whether any result options are set to a value other than None.
Öffentliche Eigenschaft MemberTypes Gets or sets the ResultType for member types.
Öffentliche Eigenschaft Models Gets or sets the ResultType for models.
Öffentliche Eigenschaft VersionFlags Gets or sets the ResultType for version flags.
Öffentliche Eigenschaft Versions Gets or sets the ResultType for versions.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace