Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the details of an individual mining model associated with a Dimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModel As MiningModel
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.MiningModel
The details of an individual mining model associated with a Dimension object.