AdomdCommand.IDbCommand.Connection Özelliği
Ad Alanı: Microsoft.AnalysisServices.AdomdClient
Derleme: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient içinde.dll)
Sözdizimi
'Bildirim
Private Property Connection As IDbConnection
Implements IDbCommand.Connection
Get
Set
'Kullanım
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, açık arabirim uygulamalarının kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.