Freigeben über


MetadataSearchCriteria-Klasse

Represents criteria for the MetadataGet operation. Each parameter is optional; those specified are combined with an AND. Leave all parameters empty to get all metadata.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..MetadataSearchCriteria

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

Syntax

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

Der MetadataSearchCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AttributeGroups Gets or sets an array of criteria with which to fill the Metadata.Attributes property.
Öffentliche Eigenschaft Attributes Gets or sets an array of criteria with which to fill the Metadata.Attributes property.
Öffentliche Eigenschaft DerivedHierarchies Gets or sets an array of criteria with which to fill the Metadata.DerivedHierarchies property.
Öffentliche Eigenschaft DerivedHierarchyLevels Gets or sets an array of criteria with which to fill the Metadata.DerivedHierarchyLevels property.
Öffentliche Eigenschaft Entities Gets or sets an array of criteria with which to fill the Metadata.Entities property.
Öffentliche Eigenschaft ExplicitHierarchies Gets or sets an array of criteria with which to fill the Metadata.ExplicitHierarchies property.
Öffentliche Eigenschaft MemberTypes Gets or sets an array of criteria with which to fill the Metadata.MemberTypes property.
Öffentliche Eigenschaft Models Gets or sets an array of criteria with which to fill the Metadata.Models property.
Öffentliche Eigenschaft SearchOption Gets or sets the search option that determines the objects to include in the search.
Öffentliche Eigenschaft VersionFlags Gets or sets an array of criteria with which to fill the Metadata.VersionFlags property.
Öffentliche Eigenschaft Versions Gets or sets an array of criteria with which to fill the Metadata.Versions property.

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.