Dimension.MiningModel 속성

Gets the details of an individual mining model associated with a Dimension object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModel As MiningModel 
    Get
‘사용 방법
Dim instance As Dimension 
Dim value As MiningModel 

value = instance.MiningModel
[BrowsableAttribute(false)]
public MiningModel MiningModel { get; }
[BrowsableAttribute(false)]
public:
property MiningModel^ MiningModel {
    MiningModel^ get ();
}
[<BrowsableAttribute(false)>]
member MiningModel : MiningModel
function get MiningModel () : MiningModel

속성 값

유형: Microsoft.AnalysisServices.MiningModel
The details of an individual mining model associated with a Dimension object.

참고 항목

참조

Dimension 클래스

Microsoft.AnalysisServices 네임스페이스