ISql90EventTypeSpecifier.EventType 属性

获取或设置事件类型。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlEventType

.NET Framework 安全性

请参见

参考

ISql90EventTypeSpecifier 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间