Events propriété
Gets the events that are associated with the table.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As TableEvents
Get
'Utilisation
Dim instance As Table
Dim value As TableEvents
value = instance.Events
public TableEvents Events { get; }
public:
property TableEvents^ Events {
TableEvents^ get ();
}
member Events : TableEvents
function get Events () : TableEvents
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .TableEvents
A TableEvents object that represents the table events.
Voir aussi