Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the MiningServiceControl for the mining service model.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Control As MiningServiceControl
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningServiceControl
The control of the mining service.