Condividi tramite


Classe TableNotification

Represents a table notification.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.TableNotification

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")> _
Public NotInheritable Class TableNotification
'Utilizzo
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

Nel tipo TableNotification sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TableNotification() Initializes a new instance of the TableNotification class.
Metodo pubblico TableNotification(String, String) Initializes a new instance of the TableNotification class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DbSchemaName Gets or sets the name of the schema used by the TableNotification.
Proprietà pubblica DbTableName Gets or sets the name of the table used by the TableNotification.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Returns a clone of the object.
Metodo pubblico CopyTo Copies a TableNotification object to the specified object.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices