SqlNotificationEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 SqlNotificationEventArgs 物件的新執行個體。
public:
SqlNotificationEventArgs(Microsoft::Data::SqlClient::SqlNotificationType type, Microsoft::Data::SqlClient::SqlNotificationInfo info, Microsoft::Data::SqlClient::SqlNotificationSource source);
public SqlNotificationEventArgs (Microsoft.Data.SqlClient.SqlNotificationType type, Microsoft.Data.SqlClient.SqlNotificationInfo info, Microsoft.Data.SqlClient.SqlNotificationSource source);
new Microsoft.Data.SqlClient.SqlNotificationEventArgs : Microsoft.Data.SqlClient.SqlNotificationType * Microsoft.Data.SqlClient.SqlNotificationInfo * Microsoft.Data.SqlClient.SqlNotificationSource -> Microsoft.Data.SqlClient.SqlNotificationEventArgs
Public Sub New (type As SqlNotificationType, info As SqlNotificationInfo, source As SqlNotificationSource)
參數
- type
- SqlNotificationType
SqlNotificationType 值,指出是因實際變更還是由訂閱產生這個告知。
- info
- SqlNotificationInfo
SqlNotificationInfo 值,指出告知事件的原因。 這可能會因為存放區中的資料實際上已變更,或告知變得無效 (例如,告知逾時) 而發生。
- source
- SqlNotificationSource
SqlNotificationSource 值,指出產生告知的來源。