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 | |
---|---|---|
TableNotification() | Initializes a new instance of the TableNotification class. | |
TableNotification(String, String) | Initializes a new instance of the TableNotification class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DbSchemaName | Gets or sets the name of the schema used by the TableNotification. | |
DbTableName | Gets or sets the name of the table used by the TableNotification. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies a TableNotification object to the specified object. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.