Compartilhar via


Propriedade do RDL AlterTable

Gets a table event that can be included in the event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property AlterTable As TableEvent
    Get
'Uso
Dim value As TableEvent

value = TableEvent.AlterTable
public static TableEvent AlterTable { get; }
public:
static property TableEvent^ AlterTable {
    TableEvent^ get ();
}
static member AlterTable : TableEvent
static function get AlterTable () : TableEvent

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the AlterTable event that can be included in the table event set.