SqlNotificationEventArgs.Info 屬性

定義

取得表示通知事件原因 (例如,修改中資料庫的資料列或截斷的資料表) 的值。

public:
 property System::Data::SqlClient::SqlNotificationInfo Info { System::Data::SqlClient::SqlNotificationInfo get(); };
public System.Data.SqlClient.SqlNotificationInfo Info { get; }
member this.Info : System.Data.SqlClient.SqlNotificationInfo
Public ReadOnly Property Info As SqlNotificationInfo

屬性值

通知事件的原因。

備註

此事件可能是因為存放區中的數據實際變更,或通知不再有效 (例如逾時) 。

適用於

另請參閱