Compartir a través de


Clase MetadataSearchCriteria

Represents the 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.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MetadataSearchCriteria

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

Sintaxis

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

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 the criteria to fill the AttributeGroups property.
Propiedad pública Attributes Gets or sets the criteria to fill the Attributes property.
Propiedad pública DerivedHierarchies Gets or sets the criteria to fill the DerivedHierarchies property.
Propiedad pública DerivedHierarchyLevels Gets or sets the criteria to fill the DerivedHierarchyLevels property.
Propiedad pública Entities Gets or sets the criteria to fill the Entities property.
Propiedad pública ExplicitHierarchies Gets or sets the criteria to fill the ExplicitHierarchies property.
Propiedad pública MemberTypes Gets or sets the criteria to fill the MemberTypes property.
Propiedad pública Models Gets or sets the criteria to fill the Models property.
Propiedad pública SearchOption Gets or sets the SearchOption that determines the objects to include in the search.
Propiedad pública VersionFlags Gets or sets the criteria to fill the VersionFlags property.
Propiedad pública Versions Gets or sets the criteria to fill the Versions property.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts