次の方法で共有


Entity.EntitySet プロパティ

この Entity がメンバーである EntitySet を取得します。

名前空間: System.ServiceModel.DomainServices.Client
アセンブリ: System.ServiceModel.DomainServices.Client (system.servicemodel.domainservices.client.dll 内)

使用方法

'使用
Dim value As EntitySet

value = Me.EntitySet

構文

'宣言
Protected Friend Property EntitySet As EntitySet
protected internal EntitySet EntitySet { get; }
protected public:
property EntitySet^ EntitySet {
    EntitySet^ get ();
}
/** @property */
protected EntitySet get_EntitySet ()
protected internal function get EntitySet () : EntitySet

プロパティ値

この Entity がメンバーである EntitySet。エンティティがデタッチされている場合、またはセットから削除されている場合、値は null になります。

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

Entity クラス
Entity のメンバー
System.ServiceModel.DomainServices.Client 名前空間