共用方式為


MiningService 類別

Represents a mining algorithm available from the Context object.

繼承階層

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

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

語法

'宣告
Public NotInheritable Class MiningService _
    Implements IDisposable, IMetadataObject
'用途
Dim instance As MiningService
public sealed class MiningService : IDisposable, 
    IMetadataObject
public ref class MiningService sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningService =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningService implements IDisposable, IMetadataObject

MiningService 型別公開下列成員。

屬性

  名稱 說明
公用屬性 AllowsDuplicateKey Gets a value that indicates whether the mining service allows cases to have duplicate keys.
公用屬性 AllowsIncrementalInsert Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.
公用屬性 AllowsPMMLInitialization Gets a value that indicates whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML.
公用屬性 AvailableParameters Gets the mining service parameters available to this service.
公用屬性 Control Gets the MiningServiceControl for the mining service model.
公用屬性 Description Gets the description of this mining service.
公用屬性 DisplayName Gets the localizable display name for the mining service.
公用屬性 ExpectedQuality Gets the expected quality of the model produced with this mining service.
公用屬性 Guid Gets the GUID for the mining service.
公用屬性 Name Gets the name of the mining service.
公用屬性 PredictionComplexity Gets the expected time for predicting with the mining service.
公用屬性 PredictionLimit Gets the maximum number of predictions the mining service can provide.
公用屬性 Properties Gets the properties of this mining service.
公用屬性 Scaling Gets the scalability of the mining service.
公用屬性 SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
公用屬性 SupportedInputContentTypes Gets the content types supported by the mining service.
公用屬性 SupportedModelingFlags Gets the modeling flags supported by the mining service.
公用屬性 SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
公用屬性 SupportsDMDimensions Gets a value that indicates whether the mining service supports data mining dimensions.
公用屬性 SupportsDrillThrough Gets a value that indicates whether the mining service supports drillthrough.
公用屬性 TrainingComplexity Gets the expected time to train a model using this mining service.
公用屬性 UniqueName Gets the unique name of the MiningService.
公用屬性 ViewerType Gets the viewer recommended to view the results of this mining service.

上層

方法

  名稱 說明
公用方法 {dtor} Releases all resources used by the MiningService.
公用方法 Dispose Releases all resources used by the current instance of the MiningService.
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間