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.