다음을 통해 공유


MiningModels 속성

Gets the mining models in the current database.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Shared ReadOnly Property MiningModels As MiningModelCollection
    Get
‘사용 방법
Dim value As MiningModelCollection

value = Context.MiningModels
public static MiningModelCollection MiningModels { get; }
public:
static property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
static member MiningModels : MiningModelCollection
static function get MiningModels () : MiningModelCollection