DataColumn.Prefix 屬性

定義

取得或設定建立 DataTable 命名空間別名的 XML 前置詞。

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
public string Prefix { get; set; }
[System.Data.DataSysDescription("DataColumnPrefixDescr")]
public string Prefix { get; set; }
member this.Prefix : string with get, set
[<System.Data.DataSysDescription("DataColumnPrefixDescr")>]
member this.Prefix : string with get, set
Public Property Prefix As String

屬性值

DataTable 命名空間的 XML 前置詞。

屬性

備註

Prefix 在整個 XML 檔中用來識別屬於 物件命名空間 DataSet 的專案, (由 屬性所設定 Namespace) 。

適用於

另請參閱