IMiningModelDrillThroughHandler.Connection Property

 

Applies To: SQL Server 2016 Preview

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

IDbConnection Connection { get; set; }
property IDbConnection^ Connection {
    IDbConnection^ get();
    void set(IDbConnection^ value);
}
abstract Connection : IDbConnection with get, set
Property Connection As IDbConnection

Property Value

Type: System.Data.IDbConnection

A connection object.

See Also

IMiningModelDrillThroughHandler Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top