TableNotification Class
Updated: May 24, 2016
Represents a table notification.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | TableNotification() | Initializes a new instance of the TableNotification class. |
![]() | TableNotification(String^, String^) | Initializes a new instance of the TableNotification class. |
| Name | Description | |
|---|---|---|
![]() | DbSchemaName | Gets or sets the name of the schema used by the TableNotification. |
![]() | DbTableName | Gets or sets the name of the table used by the TableNotification. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a clone of the object. |
![]() | CopyTo(TableNotification^) | Copies a TableNotification object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

