共用方式為


Control 屬性

Gets the MiningServiceControl for the mining service model.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Control As MiningServiceControl
    Get
'用途
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