Partager via


Propriété AdomdCommand.IDbCommand.Connection

Gets or sets the AdomdConnection used by this instance of the AdomdCommand.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Private Property Connection As IDbConnection 
    Implements IDbCommand.Connection 
    Get 
    Set
'Utilisation
Dim instance As AdomdCommand 
Dim value As IDbConnection 

value = CType(instance, IDbCommand).Connection 

CType(instance, IDbCommand).Connection = value
IDbConnection IDbCommand.Connection { get; set; }
private:
virtual property IDbConnection^ Connection {
    IDbConnection^ get () sealed = IDbCommand::Connection::get;
    void set (IDbConnection^ value) sealed = IDbCommand::Connection::set;
}
private abstract Connection : IDbConnection with get, set 
private override Connection : IDbConnection 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.IDbConnection
An AdomdConnection, or a nullune référence Null (Nothing dans Visual Basic) value if no AdomdConnection is associated with the AdomdCommand.

Implémente

IDbCommand.Connection

Voir aussi

Référence

AdomdCommand Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient