Share via


Propriété MiningModel

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModel As MiningModel
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .MiningModel
A MiningModel object.