AdomdCommand.System.Data.IDbCommand.Transaction Property
Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
'Déclaration
Private Property System.Data.IDbCommand.Transaction As IDbTransaction Implements IDbCommand.Transaction
IDbTransaction IDbCommand.Transaction { get; set; }
private:
virtual property IDbTransaction^ System.Data.IDbCommand.Transaction {
IDbTransaction^ get () sealed = IDbCommand::Transaction::get;
void set (IDbTransaction^ value) sealed = IDbCommand::Transaction::set;
}
J# prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface explicites.
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface explicites.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdClient Namespace