Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an SQL statement for deleting records from the data set.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Private Property DeleteCommand As IDbCommand
Implements IDbDataAdapter.DeleteCommand
Get
Set
'Usage
Dim instance As AdomdDataAdapter
Dim value As IDbCommand
value = CType(instance, IDbDataAdapter).DeleteCommand
CType(instance, IDbDataAdapter).DeleteCommand = value
IDbCommand IDbDataAdapter.DeleteCommand { get; set; }
private:
virtual property IDbCommand^ DeleteCommand {
IDbCommand^ get () sealed = IDbDataAdapter::DeleteCommand::get;
void set (IDbCommand^ value) sealed = IDbDataAdapter::DeleteCommand::set;
}
private abstract DeleteCommand : IDbCommand with get, set
private override DeleteCommand : IDbCommand with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Data.IDbCommand
An IDbCommand used during Update to delete records in the data source for deleted rows in the data set.