Compartir a través de


Schema.Events Propiedad

Gets the events that are supported by the schema.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Events As SchemaEvents 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Crear, modificar y eliminar esquemas

Vea también

Referencia

Schema Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Descripción de esquemas de base de datos

CREATE SCHEMA (Transact-SQL)