EndpointCollection クラス
適用対象: CRM 2015 on-prem, CRM Online
A collection of service endpoints.
名前空間: Microsoft.Xrm.Sdk.Discovery
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
<CollectionDataContractAttribute(Name:="EndpointCollection", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")> _
Public NotInheritable Class EndpointCollection
Inherits DataCollection(Of EndpointType, String)
[CollectionDataContractAttribute(Name="EndpointCollection", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public sealed class EndpointCollection : DataCollection<EndpointType,string>
備考
Typically used to identify each available service, and the service address, for an organization.
継承階層
System.Object
Microsoft.Xrm.Sdk.DataCollection
Microsoft.Xrm.Sdk.Discovery.EndpointCollection
スレッド セーフ
この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
EndpointCollection のメンバー
Microsoft.Xrm.Sdk.Discovery 名前空間
Endpoints
EndpointType
他のリソース
Helper Code: ServerConnection Class
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.