Partilhar via


Propriedade AttributeMetadata.SourceType

Aplica-se a: CRM 2015 on-prem, CRM Online

Gets or sets the value that indicates the source type for a calculated or rollup attribute.

Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<DataMemberAttribute(Order:=70)> _
Public Property SourceType As Nullable(Of Integer)
[DataMemberAttribute(Order=70)] 
public Nullable<int> SourceType { get; set; }

Valor de Propriedade

Type: Anulável<Int32>
The value that indicates the source type for a calculated or rollup attribute.

Comentários

The following table contains the valid values for this attribute.

Value Source Type

nulo

Simple

1

Calculated

2

Rollup

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

Classe AttributeMetadata
Membros de AttributeMetadata
Namespace Microsoft.Xrm.Sdk.Metadata

Outros recursos

Calculated and Rollup Attributes

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