Proprietà TableEvent.AlterIndex
Gets a table event that can be included in the event set.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property AlterIndex As TableEvent
Get
'Utilizzo
Dim value As TableEvent
value = TableEvent.AlterIndex
public static TableEvent AlterIndex { get; }
public:
static property TableEvent^ AlterIndex {
TableEvent^ get ();
}
static member AlterIndex : TableEvent
static function get AlterIndex () : TableEvent
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the AlterIndex event that can be included in the table event set.
Esempi
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo