Compartilhar via


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
Método público TableNotification() Initializes a new instance of the TableNotification class.
Método público TableNotification(String, String) Initializes a new instance of the TableNotification class.

Início

Propriedades

  Nome Descrição
Propriedade pública DbSchemaName Gets or sets the name of the schema used by the TableNotification.
Propriedade pública DbTableName Gets or sets the name of the table used by the TableNotification.

Início

Métodos

  Nome Descrição
Método público Clone Returns a clone of the object.
Método público CopyTo Copies a TableNotification object to the specified object.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.AnalysisServices