MiningService 类

Represents a mining algorithm available from a AdomdConnection object.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningService

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public NotInheritable Class MiningService
用法
Dim instance As MiningService
public sealed class MiningService
public ref class MiningService sealed
[<SealedAttribute>]
type MiningService =  class end
public final class MiningService

MiningService 类型公开以下成员。

属性

  名称 说明
公共属性 AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
公共属性 AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
公共属性 AllowsPMMLInitialization Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML document.
公共属性 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 a MiningServiceExpectedQuality representing 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.
公共属性 ParentConnection Gets the connection from which this mining service is available.
公共属性 PredictionComplexity Gets the MiningServicePredictionComplexity representing 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 a MiningServiceScaling representing 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 Determines whether the mining service supports data mining dimensions.
公共属性 SupportsDrillthrough Determines whether the mining service supports drillthrough.
公共属性 TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
公共属性 ViewerType Gets the viewer recommended to view the results of this mining service.

页首

方法

  名称 说明
公共方法 Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Gets the name of the mining service. (覆盖 Object. . :: . .ToString() () () ()。)

页首

运算符

  名称 说明
公共运算符静态成员 Equality Determines whether two instances of MiningService are equal.
公共运算符静态成员 Inequality Determines whether two instances of MiningService are unequal.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。