次の方法で共有


QueryInterceptorAttribute.EntitySetName プロパティ

インターセプターの適用対象となるエンティティを含んだエンティティ セットの名前を取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property EntitySetName As String
    Get
'使用
Dim instance As QueryInterceptorAttribute
Dim value As String

value = instance.EntitySetName
public string EntitySetName { get; }
public:
property String^ EntitySetName {
    String^ get ();
}
member EntitySetName : string
function get EntitySetName () : String

プロパティ値

型: System.String
インターセプターの適用対象となるエンティティを含んだエンティティ セットの名前を表す文字列。

関連項目

参照

QueryInterceptorAttribute クラス

System.Data.Services 名前空間