Compartir a través de


Clase MetadataSearchCriteria

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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "MetadataSearchCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class MetadataSearchCriteria
'Uso
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

El tipo MetadataSearchCriteria expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MetadataSearchCriteria Initializes a new instance of the MetadataSearchCriteria class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeGroups Gets or sets an array of criteria with which to fill the Metadata.Attributes property.
Propiedad pública Attributes Gets or sets an array of criteria with which to fill the Metadata.Attributes property.
Propiedad pública DerivedHierarchies Gets or sets an array of criteria with which to fill the Metadata.DerivedHierarchies property.
Propiedad pública DerivedHierarchyLevels Gets or sets an array of criteria with which to fill the Metadata.DerivedHierarchyLevels property.
Propiedad pública Entities Gets or sets an array of criteria with which to fill the Metadata.Entities property.
Propiedad pública ExplicitHierarchies Gets or sets an array of criteria with which to fill the Metadata.ExplicitHierarchies property.
Propiedad pública MemberTypes Gets or sets an array of criteria with which to fill the Metadata.MemberTypes property.
Propiedad pública Models Gets or sets an array of criteria with which to fill the Metadata.Models property.
Propiedad pública SearchOption Gets or sets the search option that determines the objects to include in the search.
Propiedad pública VersionFlags Gets or sets an array of criteria with which to fill the Metadata.VersionFlags property.
Propiedad pública Versions Gets or sets an array of criteria with which to fill the Metadata.Versions property.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.