EventSetBase 类
The EventSetBase class is a base class that is used to derive the event set objects.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Smo.EventSetBase
更多信息...
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public MustInherit Class EventSetBase
用法
Dim instance As EventSetBase
public abstract class EventSetBase
public ref class EventSetBase abstract
[<AbstractClassAttribute>]
type EventSetBase = class end
public abstract class EventSetBase
EventSetBase 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
EventSetBase() | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
页首
属性
名称 | 说明 | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
页首
方法
名称 | 说明 | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (从 Object 继承。) | |
SetValue | Sets the bit value at the specified index position. | |
ToString | (从 Object 继承。) |
页首
注释
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。但不保证所有实例成员都是线程安全的。
示例
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间
继承层次结构
System.Object
Microsoft.SqlServer.Management.Smo.EventSetBase
Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet
Microsoft.SqlServer.Management.Smo.DatabaseEventSet
Microsoft.SqlServer.Management.Smo.ObjectEventSet
Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet
Microsoft.SqlServer.Management.Smo.ServerEventSet
Microsoft.SqlServer.Management.Smo.ServerTraceEventSet
Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet
Microsoft.SqlServer.Management.Smo.TableEventSet
Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
Microsoft.SqlServer.Management.Smo.ViewEventSet