TableProviderConnectionPoint Class

Provides a connection point object that enables a server control acting as a table provider to form a connection with a consumer.

Inheritance Hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.ConnectionPoint
    System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
      Microsoft.Office.Server.WebControls.TableProviderConnectionPoint

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Class TableProviderConnectionPoint _
    Inherits ProviderConnectionPoint
'Usage
Dim instance As TableProviderConnectionPoint
public class TableProviderConnectionPoint : ProviderConnectionPoint

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TableProviderConnectionPoint Members

Microsoft.Office.Server.WebControls Namespace