共用方式為


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 命名空間