Share via


DbColumn.Item[String] 屬性

定義

根據資料行屬性名稱取得物件。

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ property); };
public virtual object this[string property] { get; }
member this.Item(string) : obj
Default Public Overridable ReadOnly Property Item(property As String) As Object

參數

property
String

資料行屬性名稱。

屬性值

以資料行屬性名稱為基礎的物件。

適用於