DataColumn.Prefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定建立 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) 。