Partilhar via


Classe RelationshipSchemaNameAttribute

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

Used by the code generation tool to create classes based on entities.

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

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Property)> _
<SuppressMessageAttribute("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification:="Nullable arguments cause issues for compiler.")> _
Public NotInheritable Class RelationshipSchemaNameAttribute
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Property)] 
[SuppressMessageAttribute("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Nullable arguments cause issues for compiler.")] 
public sealed class RelationshipSchemaNameAttribute : Attribute

Hierarquia de Herança

System.Object
   System.Attribute
    Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute

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 RelationshipSchemaNameAttribute
Namespace Microsoft.Xrm.Sdk

Outros recursos

Use the Early Bound Entity Classes in Code

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