Share via


TableNotification Class

Represents a table notification.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.TableNotification

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")> _
Public NotInheritable Class TableNotification
'Usage
Dim instance As TableNotification
[GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public sealed class TableNotification
[GuidAttribute(L"98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public ref class TableNotification sealed
[<SealedAttribute>]
[<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")>]
type TableNotification =  class end
public final class TableNotification

The TableNotification type exposes the following members.

Constructors

  Name Description
Public method TableNotification() Initializes a new instance of the TableNotification class.
Public method TableNotification(String, String) Initializes a new instance of the TableNotification class.

Top

Properties

  Name Description
Public property DbSchemaName Gets or sets the name of the schema used by the TableNotification.
Public property DbTableName Gets or sets the name of the table used by the TableNotification.

Top

Methods

  Name Description
Public method Clone Returns a clone of the object.
Public method CopyTo Copies a TableNotification object to the specified object.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.AnalysisServices Namespace