Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a table event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AlterTable As TableEvent
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the AlterTable event that can be included in the table event set.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace