共用方式為


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 集合。

適用於