Gets or sets an System.ComponentModel.ISite for the DataSet.
[Visual Basic] Overrides Public Property Site As ISite Implements IComponent.Site [C#] public override ISite Site {get; set;} [C++] public: __property ISite* get_Site(); public: __property void set_Site(ISite*); [JScript] public override function get Site() : ISite; public override function set Site(ISite);
Sites bind a Component to a Container and enable communication between them, as well as provide a way for the container to manage its components.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family