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 | |
---|---|---|
MetadataSearchCriteria | Initializes a new instance of the MetadataSearchCriteria class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AttributeGroups | Gets or sets the criteria to fill the AttributeGroups property. | |
Attributes | Gets or sets the criteria to fill the Attributes property. | |
DerivedHierarchies | Gets or sets the criteria to fill the DerivedHierarchies property. | |
DerivedHierarchyLevels | Gets or sets the criteria to fill the DerivedHierarchyLevels property. | |
Entities | Gets or sets the criteria to fill the Entities property. | |
ExplicitHierarchies | Gets or sets the criteria to fill the ExplicitHierarchies property. | |
MemberTypes | Gets or sets the criteria to fill the MemberTypes property. | |
Models | Gets or sets the criteria to fill the Models property. | |
SearchOption | Gets or sets the SearchOption that determines the objects to include in the search. | |
VersionFlags | Gets or sets the criteria to fill the VersionFlags property. | |
Versions | Gets or sets the criteria to fill the Versions property. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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