Proprietà MiningService.Control

Gets the MiningServiceControl for the mining service model.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Control As MiningServiceControl 
    Get
'Utilizzo
Dim instance As MiningService 
Dim value As MiningServiceControl 

value = instance.Control
public MiningServiceControl Control { get; }
public:
property MiningServiceControl Control {
    MiningServiceControl get ();
}
member Control : MiningServiceControl
function get Control () : MiningServiceControl

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningServiceControl
The level of control for the mining service model.

Vedere anche

Riferimento

MiningService Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer