Partilhar via


Propriedade do RDL Control

Gets the MiningServiceControl for the mining service model.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property Control As MiningServiceControl
    Get
'Uso
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