Classe TableNotification

Represents a table notification.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.TableNotification

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Le type TableNotification expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TableNotification() Initializes a new instance of the TableNotification class.
Méthode publique TableNotification(String, String) Initializes a new instance of the TableNotification class.

Haut de la page

Propriétés

  Nom Description
Propriété publique DbSchemaName Gets or sets the name of the schema used by the TableNotification.
Propriété publique DbTableName Gets or sets the name of the table used by the TableNotification.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Returns a clone of the object.
Méthode publique CopyTo Copies a TableNotification object to the specified object.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices