Aracılığıyla paylaş


MiningService Members

Represents a mining algorithm available from an AdomdConnection object.

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

Public Properties

  Name Description
ms142951.pubproperty(en-US,SQL.90).gif AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
ms142951.pubproperty(en-US,SQL.90).gif AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
ms142951.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.
ms142951.pubproperty(en-US,SQL.90).gif AvailableParameters Gets the mining service parameters available to this service.
ms142951.pubproperty(en-US,SQL.90).gif Control Gets the MiningServiceControl for the mining service model.
ms142951.pubproperty(en-US,SQL.90).gif Description Gets the description of this mining service.
ms142951.pubproperty(en-US,SQL.90).gif DisplayName Gets the localizable display name for the mining service.
ms142951.pubproperty(en-US,SQL.90).gif ExpectedQuality Gets a MiningServiceExpectedQuality representing the expected quality of the model produced with this mining service.
ms142951.pubproperty(en-US,SQL.90).gif Guid Gets the GUID for the mining service.
ms142951.pubproperty(en-US,SQL.90).gif Name Gets the name of the mining service.
ms142951.pubproperty(en-US,SQL.90).gif ParentConnection Gets the connection from which this mining service is available.
ms142951.pubproperty(en-US,SQL.90).gif PredictionComplexity Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service.
ms142951.pubproperty(en-US,SQL.90).gif PredictionLimit Gets the maximum number of predictions the mining service can provide.
ms142951.pubproperty(en-US,SQL.90).gif Properties Gets the properties of this mining service.
ms142951.pubproperty(en-US,SQL.90).gif Scaling Gets a MiningServiceScaling representing the scalability of the mining service.
ms142951.pubproperty(en-US,SQL.90).gif SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
ms142951.pubproperty(en-US,SQL.90).gif SupportedInputContentTypes Gets the content types supported by the mining service.
ms142951.pubproperty(en-US,SQL.90).gif SupportedModelingFlags Gets the modeling flags supported by the mining service.
ms142951.pubproperty(en-US,SQL.90).gif SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
ms142951.pubproperty(en-US,SQL.90).gif SupportsDMDimensions Determines whether the mining service supports data mining dimensions.
ms142951.pubproperty(en-US,SQL.90).gif SupportsDrillthrough Determines whether the mining service supports drillthrough.
ms142951.pubproperty(en-US,SQL.90).gif TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
ms142951.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
ms142951.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Determines whether this instance of MiningService is equal to another instance of MiningService.
ms142951.pubmethod(en-US,SQL.90).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.
ms142951.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms142951.pubmethod(en-US,SQL.90).gifms142951.static(en-US,SQL.90).gif op_Equality Determines whether two instances of MiningService are equal.
ms142951.pubmethod(en-US,SQL.90).gifms142951.static(en-US,SQL.90).gif op_Inequality Determines whether two instances of MiningService are unequal.
ms142951.pubmethod(en-US,SQL.90).gifms142951.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142951.pubmethod(en-US,SQL.90).gif ToString Overridden. Gets the name of the mining service.

Top

Protected Methods

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

Top

See Also

Reference

MiningService Class
Microsoft.AnalysisServices.AdomdClient Namespace