DataObjectMethodAttribute.MethodType 屬性

定義

取得 DataObjectMethodType 值,表示方法所執行的資料作業類型。

public:
 property System::ComponentModel::DataObjectMethodType MethodType { System::ComponentModel::DataObjectMethodType get(); };
public System.ComponentModel.DataObjectMethodType MethodType { get; }
member this.MethodType : System.ComponentModel.DataObjectMethodType
Public ReadOnly Property MethodType As DataObjectMethodType

屬性值

其中一個 DataObjectMethodType 值,識別已套用 DataObjectMethodAttribute 的方法所執行的資料作業類型。

適用於