MiningService Members

Represents a mining algorithm available from the Context object.

The following tables list the members exposed by the MiningService type.

Public Properties

  Name Description
ms144378.pubproperty(en-US,SQL.90).gif AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
ms144378.pubproperty(en-US,SQL.90).gif AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
ms144378.pubproperty(en-US,SQL.90).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.
ms144378.pubproperty(en-US,SQL.90).gif AvailableParameters Gets the mining service parameters available to this service.
ms144378.pubproperty(en-US,SQL.90).gif Control Gets the MiningServiceControl for the mining service model.
ms144378.pubproperty(en-US,SQL.90).gif Description Gets the description of this mining service.
ms144378.pubproperty(en-US,SQL.90).gif DisplayName Gets the localizable display name for the mining service.
ms144378.pubproperty(en-US,SQL.90).gif ExpectedQuality Gets a MiningServiceExpectedQuality representing the expected quality of the model produced with this mining service.
ms144378.pubproperty(en-US,SQL.90).gif Guid Gets the GUID for the mining service.
ms144378.pubproperty(en-US,SQL.90).gif Name Overridden. Gets the name of the mining service.
ms144378.pubproperty(en-US,SQL.90).gif PredictionComplexity Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service.
ms144378.pubproperty(en-US,SQL.90).gif PredictionLimit Gets the maximum number of predictions the mining service can provide.
ms144378.pubproperty(en-US,SQL.90).gif Properties Gets the properties of this mining service.
ms144378.pubproperty(en-US,SQL.90).gif Scaling Gets a MiningServiceScaling representing the scalability of the mining service.
ms144378.pubproperty(en-US,SQL.90).gif SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
ms144378.pubproperty(en-US,SQL.90).gif SupportedInputContentTypes Gets the content types supported by the mining service.
ms144378.pubproperty(en-US,SQL.90).gif SupportedModelingFlags Gets the modeling flags supported by the mining service.
ms144378.pubproperty(en-US,SQL.90).gif SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
ms144378.pubproperty(en-US,SQL.90).gif SupportsDMDimensions Determines whether the mining service supports data mining dimensions.
ms144378.pubproperty(en-US,SQL.90).gif SupportsDrillThrough Determines whether the mining service supports drillthrough.
ms144378.pubproperty(en-US,SQL.90).gif TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
ms144378.pubproperty(en-US,SQL.90).gif ViewerType Gets the viewer recommended to view the results of this mining service.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms144378.pubmethod(en-US,SQL.90).gif {dtor} Releases all resources used by the MiningService.
ms144378.pubmethod(en-US,SQL.90).gif Dispose Releases all resources used by the MiningService.
ms144378.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms144378.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms144378.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms144378.pubmethod(en-US,SQL.90).gifms144378.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms144378.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms144378.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms144378.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MiningService Class
Microsoft.AnalysisServices.AdomdServer Namespace