Partager via


Propriété IMiningModelDrillThroughHandler.Connection

Gets or sets the connection to the instance of Analysis Services.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Property Connection As IDbConnection 
    Get 
    Set
'Utilisation
Dim instance As IMiningModelDrillThroughHandler 
Dim value As IDbConnection 

value = instance.Connection

instance.Connection = value
IDbConnection Connection { get; set; }
property IDbConnection^ Connection {
    IDbConnection^ get ();
    void set (IDbConnection^ value);
}
abstract Connection : IDbConnection with get, set
function get Connection () : IDbConnection 
function set Connection (value : IDbConnection)

Valeur de propriété

Type : System.Data.IDbConnection
A connection object.

Voir aussi

Référence

IMiningModelDrillThroughHandler Interface

Espace de noms Microsoft.DataWarehouse.Interfaces