Partager via


Propriété Control

Gets the MiningServiceControl for the mining service model.

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

Syntaxe

'Déclaration
Public ReadOnly Property Control As MiningServiceControl
    Get
'Utilisation
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