SqlCommandBuilder.CatalogLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SqlCommandBuilder 類別執行個體的 CatalogLocation。
public:
virtual property System::Data::Common::CatalogLocation CatalogLocation { System::Data::Common::CatalogLocation get(); void set(System::Data::Common::CatalogLocation value); };
[System.ComponentModel.Browsable(false)]
public override System.Data.Common.CatalogLocation CatalogLocation { get; set; }
public override System.Data.Common.CatalogLocation CatalogLocation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CatalogLocation : System.Data.Common.CatalogLocation with get, set
member this.CatalogLocation : System.Data.Common.CatalogLocation with get, set
Public Overrides Property CatalogLocation As CatalogLocation
屬性值
CatalogLocation 物件。
- 屬性