次の方法で共有


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