Freigeben über


TableNotification-Klasse

Represents a table notification.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.TableNotification

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Der TableNotification-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TableNotification() Initializes a new instance of the TableNotification class.
Öffentliche Methode TableNotification(String, String) Initializes a new instance of the TableNotification class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DbSchemaName Gets or sets the name of the schema used by the TableNotification.
Öffentliche Eigenschaft DbTableName Gets or sets the name of the table used by the TableNotification.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a clone of the object.
Öffentliche Methode CopyTo Copies a TableNotification object to the specified object.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace