次の方法で共有


BusinessLogicDataAdapter.IDbDataAdapter.UpdateCommand プロパティ

Gets or sets a stored procedure used to update records from the data source.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Private Property UpdateCommand As IDbCommand 
    Implements IDbDataAdapter.UpdateCommand 
    Get 
    Set
'使用
Dim instance As BusinessLogicDataAdapter 
Dim value As IDbCommand 

value = CType(instance, IDbDataAdapter).UpdateCommand 

CType(instance, IDbDataAdapter).UpdateCommand = value
IDbCommand IDbDataAdapter.UpdateCommand { get; set; }
private:
virtual property IDbCommand^ UpdateCommand {
    IDbCommand^ get () sealed = IDbDataAdapter::UpdateCommand::get;
    void set (IDbCommand^ value) sealed = IDbDataAdapter::UpdateCommand::set;
}
private abstract UpdateCommand : IDbCommand with get, set 
private override UpdateCommand : IDbCommand with get, set
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: System.Data.IDbCommand
A command used to update records.

実装

IDbDataAdapter.UpdateCommand

関連項目

参照

BusinessLogicDataAdapter クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間