Compartir a través de


Clase TableNotification

Represents a table notification.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.TableNotification

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo TableNotification expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DbSchemaName Gets or sets the name of the schema used by the TableNotification.
Propiedad pública DbTableName Gets or sets the name of the table used by the TableNotification.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices