Condividi tramite


Proprietà Schema.Events

Gets the events that are supported by the schema.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As SchemaEvents 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.SchemaEvents
A SchemaEvents object value that specifies the events supported by the schema.

Esempi

Creazione, modifica e rimozione di schemi

Vedere anche

Riferimento

Schema Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Informazioni sugli schemi di database

CREATE SCHEMA (Transact-SQL)