Compartir por


Clase de MetadataQueryExpression

Se aplica a: CRM 2015 on-prem, CRM Online

Represents the abstract base class for constructing a metadata query.

Espacio de nombres: Microsoft.Xrm.Sdk.Metadata.Query
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
<KnownTypeAttribute(GetType(LabelQueryExpression))> _
<DataContractAttribute(Name:="MetadataQueryExpression", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata/Query")> _
<KnownTypeAttribute(GetType(EntityQueryExpression))> _
<KnownTypeAttribute(GetType(AttributeQueryExpression))> _
<KnownTypeAttribute(GetType(RelationshipQueryExpression))> _
Public MustInherit Class MetadataQueryExpression
    Inherits MetadataQueryBase
[KnownTypeAttribute(typeof(LabelQueryExpression))] 
[DataContractAttribute(Name="MetadataQueryExpression", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata/Query")] 
[KnownTypeAttribute(typeof(EntityQueryExpression))] 
[KnownTypeAttribute(typeof(AttributeQueryExpression))] 
[KnownTypeAttribute(typeof(RelationshipQueryExpression))] 
public abstract class MetadataQueryExpression : MetadataQueryBase

Jerarquía heredada

System.Object
   Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase
    Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression
       Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression
       Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression
       Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Teléfono inteligente,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

Vea también

Referencia

Miembros de MetadataQueryExpression
Espacio de nombres de Microsoft.Xrm.Sdk.Metadata.Query

Otros recursos

Query and Capture Changes to Metadata
Sample: Query Metadata and Detect Changes

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.