ServerEvents 类
The ServerEvents object represents the settings required for SQL Server server-level event notification.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..ServerEvents
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public NotInheritable Class ServerEvents
用法
Dim instance As ServerEvents
public sealed class ServerEvents
public ref class ServerEvents sealed
[<SealedAttribute>]
type ServerEvents = class end
public final class ServerEvents
ServerEvents 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetEventSelection | Returns the currently selected event notifications. | |
GetHashCode | (从 Object 继承。) | |
GetTraceEventSelection | Returns the currently selected event notifications. | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
SetCredentials | Sets the credentials required by the instance of Microsoft SQL Server. | |
StartEvents | Starts receiving events. | |
StopEvents | Stops receiving events. | |
SubscribeToEvents(ServerEventSet) | Specifies the server events to receive. | |
SubscribeToEvents(ServerTraceEventSet) | Specifies the server trace events to receive. | |
SubscribeToEvents(ServerEventSet, ServerEventHandler) | Specifies the server events to receive and the event handler that handles the events. | |
SubscribeToEvents(ServerTraceEventSet, ServerEventHandler) | Specifies the server trace events to receive and the event handler that handles the events. | |
ToString | (从 Object 继承。) | |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. | |
UnsubscribeFromEvents(ServerEventSet) | Clears the specified event settings, and removes all event handlers. | |
UnsubscribeFromEvents(ServerTraceEventSet) | Clears the specified event settings, and removes all event handlers. |
页首
事件
名称 | 说明 | |
---|---|---|
ServerEvent | Specifies the event raised when an event occurs in Server object and the user has subscribed to the events from that object instance. |
页首
注释
The ServerEvents class is accessed through Events property and cannot be created as a stand-alone object.
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。不保证所有实例成员都是线程安全的。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。