Represents a mining algorithm available from an AdomdConnection object.
The following tables list the members exposed by the MiningService type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | AllowsDuplicateKey | Determines whether the mining service allows cases to have duplicate keys. | 
| .gif) | AllowsIncrementalInsert | Determines whether the mining service allows additional INSERT INTO statements after the initial training. | 
| .gif) | AllowsPMMLInitialization | Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML. | 
| .gif) | AvailableParameters | Gets the mining service parameters available to this service. | 
| .gif) | Control | Gets the MiningServiceControl for the mining service model. | 
| .gif) | Description | Gets the description of this mining service. | 
| .gif) | DisplayName | Gets the localizable display name for the mining service. | 
| .gif) | ExpectedQuality | Gets a MiningServiceExpectedQuality representing the expected quality of the model produced with this mining service. | 
| .gif) | Guid | Gets the GUID for the mining service. | 
| .gif) | Name | Gets the name of the mining service. | 
| .gif) | ParentConnection | Gets the connection from which this mining service is available. | 
| .gif) | PredictionComplexity | Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service. | 
| .gif) | PredictionLimit | Gets the maximum number of predictions the mining service can provide. | 
| .gif) | Properties | Gets the properties of this mining service. | 
| .gif) | Scaling | Gets a MiningServiceScaling representing the scalability of the mining service. | 
| .gif) | SupportedDistributionFlags | Gets the MiningColumnDistribution flags that are supported by the mining service. | 
| .gif) | SupportedInputContentTypes | Gets the content types supported by the mining service. | 
| .gif) | SupportedModelingFlags | Gets the modeling flags supported by the mining service. | 
| .gif) | SupportedPredictionContentTypes | Gets the supported prediction content types for the mining service. | 
| .gif) | SupportsDMDimensions | Determines whether the mining service supports data mining dimensions. | 
| .gif) | SupportsDrillthrough | Determines whether the mining service supports drillthrough. | 
| .gif) | TrainingComplexity | Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service. | 
| .gif) | ViewerType | Gets the viewer recommended to view the results of this mining service. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. Overridden. Determines whether this instance of MiningService is equal to another instance of MiningService. | 
| .gif) | GetHashCode | Overridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | op_Equality | Determines whether two instances of MiningService are equal. | 
| .gif) .gif) | op_Inequality | Determines whether two instances of MiningService are unequal. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | Overridden. Gets the name of the mining service. | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
MiningService Class
Microsoft.AnalysisServices.AdomdClient Namespace