BusinessLogicDataAdapter.RowUpdated Event
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)
構文
'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public event BusinessLogicRowUpdatedEventHandler RowUpdated
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
event BusinessLogicRowUpdatedEventHandler^ RowUpdated {
void add (BusinessLogicRowUpdatedEventHandler^ value);
void remove (BusinessLogicRowUpdatedEventHandler^ value);
}
/** @event */
public void add_RowUpdated (BusinessLogicRowUpdatedEventHandler value)
/** @event */
public void remove_RowUpdated (BusinessLogicRowUpdatedEventHandler value)
JScript はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
BusinessLogicDataAdapter Class
BusinessLogicDataAdapter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace