IMiningModelDrillThroughHandler.Connection Property
Gets or sets the connection to the instance of Analysis Services.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Property Connection As IDbConnection
Get
Set
'Usage
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)
Property Value
Type: System.Data.IDbConnection
A connection object.