IDiscoveryService.Execute メソッド
適用対象: CRM 2015 on-prem, CRM Online
Executes a discovery service message in the form of a request, and returns a response.
名前空間: Microsoft.Xrm.Sdk.Discovery
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
<OperationContractAttribute> _
<FaultContractAttribute(GetType(DiscoveryServiceFault))> _
Function Execute ( _
request As DiscoveryRequest _
) As DiscoveryResponse
[OperationContractAttribute]
[FaultContractAttribute(typeof(DiscoveryServiceFault))]
DiscoveryResponse Execute (
DiscoveryRequest request
)
パラメーター
- request
Type: DiscoveryRequest. A request instance that defines the action to be performed.
戻り値
Type: DiscoveryResponse.
The response from processing the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.
備考
Privileges and Access Rights
To execute a message, the caller must have a system user account on the Microsoft Dynamics CRM server.
Method Availability
This method works only when connected to the server.
スレッド セーフ
この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
IDiscoveryService インターフェイス
IDiscoveryService のメンバー
Microsoft.Xrm.Sdk.Discovery 名前空間
他のリソース
Discovery Service Messages (Request and Response Classes)
Sample: Access the Discovery Service
Handle Exceptions in Your Code
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.