DeleteCommand 屬性
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
Public Property DeleteCommand As BusinessLogicCommand
Get
Set
'用途
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand
value = instance.DeleteCommand
instance.DeleteCommand = value
public BusinessLogicCommand DeleteCommand { get; set; }
public:
property BusinessLogicCommand^ DeleteCommand {
BusinessLogicCommand^ get ();
void set (BusinessLogicCommand^ value);
}
member DeleteCommand : BusinessLogicCommand with get, set
function get DeleteCommand () : BusinessLogicCommand
function set DeleteCommand (value : BusinessLogicCommand)