Compartir a través de


ISql90EventTypeSpecifier.EventType (Propiedad)

Obtiene o establece el tipo de evento.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property EventType As SqlEventType
    Get
    Set
SqlEventType EventType { get; set; }
property SqlEventType EventType {
    SqlEventType get ();
    void set (SqlEventType value);
}
abstract EventType : SqlEventType with get, set
function get EventType () : SqlEventType
function set EventType (value : SqlEventType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlEventType

Seguridad de .NET Framework

Vea también

Referencia

ISql90EventTypeSpecifier Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)