共用方式為


ChangeInterceptorAttribute.EntitySetName 屬性

取得套用攔截器的實體集名稱。

命名空間:  System.Data.Services
組件:  Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)

語法

'宣告
Public ReadOnly Property EntitySetName As String
    Get
'用途
Dim instance As ChangeInterceptorAttribute
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
表示實體集名稱的字串值。

請參閱

參考

ChangeInterceptorAttribute 類別

System.Data.Services 命名空間