Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets an SQL statement for deleting records from the data set.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Private Property DeleteCommand As IDbCommand
Implements IDbDataAdapter.DeleteCommand
Get
Set
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de propriété
Type : System.Data.IDbCommand
An IDbCommand used during Update to delete records in the data source for deleted rows in the data set.