IMiningModelDrillThroughHandler.Connection 속성

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

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Property Connection As IDbConnection 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Data.IDbConnection
A connection object.

참고 항목

참조

IMiningModelDrillThroughHandler 인터페이스

Microsoft.DataWarehouse.Interfaces 네임스페이스