EndpointType 列挙

適用対象: CRM 2015 on-prem, CRM Online

Identifies the type of service available at an endpoint.

名前空間: Microsoft.Xrm.Sdk.Discovery
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)

構文

'宣言
<DataContractAttribute(Name:="EndpointType", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")> _
Public Enumeration EndpointType
[DataContractAttribute(Name="EndpointType", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")] 
public enum EndpointType

メンバー

メンバー名 説明
OrganizationDataService The organization data service. Value = 1.
OrganizationService The organization service. Value = 0.
WebApplication The Web application service. Value = 2.

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

Microsoft.Xrm.Sdk.Discovery 名前空間

他のリソース

Helper Code: ServerConnection Class

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