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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。