AdomdDataAdapter.IDbDataAdapter.DeleteCommand Property

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.

Implements

IDbDataAdapter.DeleteCommand

See Also

Reference

AdomdDataAdapter Class

Microsoft.AnalysisServices.AdomdClient Namespace