BusinessLogicDataAdapter.InsertCommand 属性

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

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Property InsertCommand As BusinessLogicCommand 
    Get 
    Set
用法
Dim instance As BusinessLogicDataAdapter 
Dim value As BusinessLogicCommand 

value = instance.InsertCommand

instance.InsertCommand = value
public BusinessLogicCommand InsertCommand { get; set; }
public:
property BusinessLogicCommand^ InsertCommand {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member InsertCommand : BusinessLogicCommand with get, set
function get InsertCommand () : BusinessLogicCommand 
function set InsertCommand (value : BusinessLogicCommand)

属性值

类型:Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to insert records.

请参阅

参考

BusinessLogicDataAdapter 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间