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