Events 属性

Gets the events that are supported by the schema.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Events As SchemaEvents
    Get
用法
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

属性值

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