BusinessLogicDataAdapter.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 中)
语法
声明
Public Property UpdateCommand As BusinessLogicCommand
Get
Set
用法
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand
value = instance.UpdateCommand
instance.UpdateCommand = value
public BusinessLogicCommand UpdateCommand { get; set; }
public:
property BusinessLogicCommand^ UpdateCommand {
BusinessLogicCommand^ get ();
void set (BusinessLogicCommand^ value);
}
member UpdateCommand : BusinessLogicCommand with get, set
function get UpdateCommand () : BusinessLogicCommand
function set UpdateCommand (value : BusinessLogicCommand)
属性值
类型:Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to update records.