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.