IDataServiceMetadataProvider.ServiceOperations 属性

定义

返回此数据源中的所有服务操作。

public:
 property System::Collections::Generic::IEnumerable<System::Data::Services::Providers::ServiceOperation ^> ^ ServiceOperations { System::Collections::Generic::IEnumerable<System::Data::Services::Providers::ServiceOperation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ServiceOperation> ServiceOperations { get; }
member this.ServiceOperations : seq<System.Data.Services.Providers.ServiceOperation>
Public ReadOnly Property ServiceOperations As IEnumerable(Of ServiceOperation)

属性值

IEnumerable<T> 对象的 ServiceOperation 集合。

适用于