Classe RelationshipSchemaNameAttribute
Si applica a: CRM 2015 on-prem, CRM Online
Used by the code generation tool to create classes based on entities.
Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
<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
Gerarchia ereditarietà
System.Object
System.Attribute
Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Membri RelationshipSchemaNameAttribute
Spazio dei nomi Microsoft.Xrm.Sdk
Altre risorse
Use the Early Bound Entity Classes in Code
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.