編集

次の方法で共有


SqlNotificationEventArgs Class

Definition

Caution

Use the Microsoft.Data.SqlClient package instead.

Represents the set of arguments passed to the notification event handler.

public ref class SqlNotificationEventArgs : EventArgs
public class SqlNotificationEventArgs : EventArgs
[System.Obsolete("Use the Microsoft.Data.SqlClient package instead.")]
public class SqlNotificationEventArgs : EventArgs
type SqlNotificationEventArgs = class
    inherit EventArgs
[<System.Obsolete("Use the Microsoft.Data.SqlClient package instead.")>]
type SqlNotificationEventArgs = class
    inherit EventArgs
Public Class SqlNotificationEventArgs
Inherits EventArgs
Inheritance
SqlNotificationEventArgs
Attributes

Constructors

SqlNotificationEventArgs(SqlNotificationType, SqlNotificationInfo, SqlNotificationSource)

Creates a new instance of the SqlNotificationEventArgs object.

Properties

Info

Gets a value that indicates the reason for the notification event, such as a row in the database being modified or a table being truncated.

Source

Gets a value that indicates the source that generated the notification, such as a change to the query data or the database's state.

Type

Gets a value that indicates whether this notification is generated because of an actual change, or by the subscription.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also