Interfaccia IDiscoveryService
Si applica a: CRM 2015 on-prem, CRM Online
Provides programmatic access to organization and user information.
Spazio dei nomi: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
<ServiceContractAttribute(Name:="IDiscoveryService", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")> _
<ServiceKnownTypeAttribute(GetType(DiscoveryServiceFault))> _
Public Interface IDiscoveryService
[ServiceContractAttribute(Name="IDiscoveryService", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
[ServiceKnownTypeAttribute(typeof(DiscoveryServiceFault))]
public interface IDiscoveryService
Note
Refer to DiscoveryServiceProxy for an implementation of this interface.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Membri IDiscoveryService
Spazio dei nomi Microsoft.Xrm.Sdk.Discovery
Classe DiscoveryServiceProxy
Altre risorse
Discover the URL for Your Organization With IDiscoveryService Web Service
Sample: Access the Discovery Service
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.