Classe DateTimeAttributeMetadata
Aplica-se a: CRM 2015 on-prem, CRM Online
Contains the metadata for an attribute of type DateTime.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name:="DateTimeAttributeMetadata", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public NotInheritable Class DateTimeAttributeMetadata
Inherits AttributeMetadata
[DataContractAttribute(Name="DateTimeAttributeMetadata", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class DateTimeAttributeMetadata : AttributeMetadata
Comentários
A date and time attribute. You can format the attribute to show only the date or the date and the time.
Hierarquia de Herança
System.Object
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Membros de DateTimeAttributeMetadata
Namespace Microsoft.Xrm.Sdk.Metadata
Outros recursos
Customize Entity Attribute Metadata
Work with Attributes
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.