Share via


MetadataResultOptions-Klasse

Specifies the results of a metadata get operation to return.

Vererbungshierarchie

System. . :: . .Object
  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 _
    Implements IExtensibleDataObject
'Usage
Dim instance As MetadataResultOptions
[DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataResultOptions : IExtensibleDataObject
[DataContractAttribute(Name = L"MetadataResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MetadataResultOptions : IExtensibleDataObject
[<DataContractAttribute(Name = "MetadataResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataResultOptions =  
    class
        interface IExtensibleDataObject
    end
public class MetadataResultOptions implements IExtensibleDataObject

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 type of AttributeGroup results to return.
Öffentliche Eigenschaft Attributes Gets or sets the type of Attribute results to return.
Öffentliche Eigenschaft DerivedHierarchies Gets or sets the type of DerivedHierarchy results to return.
Öffentliche Eigenschaft DerivedHierarchyLevels Gets or sets the type of DerivedHierarchyLevel results to return.
Öffentliche Eigenschaft Entities Gets or sets the type of Entity results to return.
Öffentliche Eigenschaft ExplicitHierarchies Gets or sets the type of ExplicitHierarchy results to return.
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data.
Öffentliche Eigenschaft MemberTypes Gets or sets the type of MemberType results to return.
Öffentliche Eigenschaft Models Gets or sets the type of Model results to return.
Öffentliche Eigenschaft VersionFlags Gets or sets the type of VersionFlag results to return.
Öffentliche Eigenschaft Versions Gets or sets the type of Version results to return.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (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.