Classe TableNotification
Represents a table notification.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.TableNotification
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")> _
Public NotInheritable Class TableNotification
'Uso
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
O tipo TableNotification expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TableNotification() | Initializes a new instance of the TableNotification class. | |
TableNotification(String, String) | Initializes a new instance of the TableNotification class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies a TableNotification object to the specified object. | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.