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執行的資料操作類型。

適用於