Класс TableNotification
Represents a table notification.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.TableNotification
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")> _
Public NotInheritable Class TableNotification
'Применение
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
Тип TableNotification обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
TableNotification() | Initializes a new instance of the TableNotification class. | |
TableNotification(String, String) | Initializes a new instance of the TableNotification class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies a TableNotification object to the specified object. | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.