DbCommandBuilder.CatalogLocation Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die CatalogLocation für eine Instanz der DbCommandBuilder-Klasse ab oder legt sie fest.
public:
virtual property System::Data::Common::CatalogLocation CatalogLocation { System::Data::Common::CatalogLocation get(); void set(System::Data::Common::CatalogLocation value); };
public virtual System.Data.Common.CatalogLocation CatalogLocation { get; set; }
member this.CatalogLocation : System.Data.Common.CatalogLocation with get, set
Public Overridable Property CatalogLocation As CatalogLocation
Eigenschaftswert
Ein CatalogLocation-Objekt.