หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the mining service parameters available to this service.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableParameters As MiningServiceParameterCollection
Get
'Usage
Dim instance As MiningService
Dim value As MiningServiceParameterCollection
value = instance.AvailableParameters
public MiningServiceParameterCollection AvailableParameters { get; }
public:
property MiningServiceParameterCollection^ AvailableParameters {
MiningServiceParameterCollection^ get ();
}
member AvailableParameters : MiningServiceParameterCollection
function get AvailableParameters () : MiningServiceParameterCollection
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningServiceParameterCollection
A collection of mining service parameters available to this service.