TableNotification Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une notification de table.
[System.Runtime.InteropServices.Guid("98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public sealed class TableNotification
[<System.Runtime.InteropServices.Guid("98348686-8ACA-4EA8-B62D-77B5BE96176E")>]
type TableNotification = class
Public NotInheritable Class TableNotification
- Héritage
-
TableNotification
- Attributs
Constructeurs
TableNotification() |
Initialise une nouvelle instance de la classe TableNotification à l’aide de valeurs par défaut. |
TableNotification(String, String) |
Initialise une nouvelle instance de la classe TableNotification à l’aide de la table et du schéma spécifiés. |
Propriétés
DbSchemaName |
Obtient ou définit le nom du schéma utilisé par TableNotification. |
DbTableName |
Obtient ou définit le nom de la table utilisée par TableNotification. |
Méthodes
Clone() |
Retourne un clone de l'objet. |
CopyTo(TableNotification) |
Copie un objet TableNotification dans l’objet spécifié. |