IMiningModelViewerControl2.DbConnection Property

 

Applies To: SQL Server 2016 Preview

Specifies the connection to an instance of Analysis Services.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

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

Property Value

Type: System.Data.IDbConnection

A connection to the specified instance.

See Also

IMiningModelViewerControl2 Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top