Condividi tramite


Metodo OrganizationServiceContext.Attach

Si applica a: CRM 2015 on-prem, CRM Online

Notifies the OrganizationServiceContext to start tracking the specified entity.

Spazio dei nomi: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
Public Sub Attach ( _
    entity As Entity _
)
public void Attach (
    Entity entity
)

Parametri

  • entity
    Type: Entity. The entity to be tracked.

Note

If the entity is part of an object graph, this operation does not traverse the graph to add related objects. It is a shallow operation.The method does not validate whether the specified entity set occurs in the Web service associated with the OrganizationServiceContext.

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

Classe OrganizationServiceContext
Membri OrganizationServiceContext
Spazio dei nomi Microsoft.Xrm.Sdk.Client

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