--- title: "Data Mining Properties | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "analysis-services" ms.topic: conceptual helpviewer_keywords: - "ClusterCount property" - "AllowedProvidersInOpenRowset property" - "MinimumSeriesValue property" - "ScoreMethod property" - "MinimumImportance property" - "ModellingCardinality property" - "BrentTolerance property" - "ComplexityPenalty property" - "MaximumItemsetCount property" - "MinimumSupport property" - "AllowSessionMiningModels property" - "HoldoutPercentage property" - "ClusterCountPrior property" - "MaximumSequenceStates property" - "OptimizedPredictionCount property" - "data mining [Analysis Services], properties" - "MaximumStates property" - "MaximumContinuousInputAttributes property" - "MaximumOutputAttributes property" - "AllowAdHocOpenRowsetQueries property" - "Enabled property" - "HistoricModelGap property" - "SampleSize property" - "MaximumInputAttributes property" - "PeriodicityHint property" - "MissingValueSubstitution property" - "SplitMethod property" - "ForceRegressor property" - "MaximumBucketsForContinuousSplit property" - "MaxConcurrentPredictionQueries property" - "MinimumItemsetSize property" - "AcyclicGraph property" - "HoldoutMethod property" - "StoppingTolerance property" - "properties [data mining]" - "AutoDetectPeriodicity property" - "HoldoutTolerance property" - "MinimumLeafCases property" - "HoldoutSeed property" - "MinimumClusterCases property" - "ClusterCountDeviation property" - "MinimumDependencyProbability property" - "ClusteringMethod property" - "MaximumItemsetSize property" - "HiddenNodeRatio property" - "MaximumSeriesValue property" ms.assetid: 9bc9abed-180a-4bd8-b2eb-89c62fa88110 author: minewiskan ms.author: owend manager: craigg --- # Data Mining Properties [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] supports the data mining server properties listed in the following tables. For more information about additional server properties and how to set them, see [Configure Server Properties in Analysis Services](server-properties-in-analysis-services.md). **Applies to:** Multidimensional server mode only ## Non-Specific Category `AllowSessionMiningModels` A Boolean property that indicates whether session mining models can be created. The default value for this property is false, which indicates that session mining models cannot be created. `AllowAdHocOpenRowsetQueries` A Boolean property that indicates whether adhoc open rowset queries are allowed. The default value for this property is false, which indicates that open rowset queries are not allowed during a session. `AllowedProvidersInOpenRowset` A string property that identifies which providers are allowed in an open rowset, consisting of a comma/semi-colon separated list of provider ProgIDs, or else [All]. `MaxConcurrentPredictionQueries` A signed 32-bit integer property that defines the maximum number of concurrent prediction queries. ## Algorithms Category `Microsoft_Association_Rules\ Enabled` A Boolean property that indicates whether the Microsoft_Association_Rules algorithm is enabled. `Microsoft_Clustering\ Enabled` A Boolean property that indicates whether the Microsoft_Clustering algorithm is enabled. `Microsoft_Decision_Trees\ Enabled` A Boolean property that indicates whether the Microsoft_DecisionTrees algorithm is enabled. `Microsoft_Naive_Bayes\ Enabled` A Boolean property that indicates whether the Microsoft_ Naive_Bayes algorithm is enabled. `Microsoft_Neural_Network\ Enabled` A Boolean property that indicates whether the Microsoft_Neural_Network algorithm is enabled. `Microsoft_Sequence_Clustering\ Enabled` A Boolean property that indicates whether the Microsoft_Sequence_Clustering algorithm is enabled. `Microsoft_Time_Series\ Enabled` A Boolean property that indicates whether the Microsoft_Time_Series algorithm is enabled. `Microsoft_Linear_Regression\ Enabled` A Boolean property that indicates whether the Microsoft_Linear_Regression algorithm is enabled. `Microsoft_Logistic_Regression\ Enabled` A Boolean property that indicates whether the Microsoft_Logistic_Regression algorithm is enabled. > [!NOTE] > In addition to properties that define the data mining services available on the server, there are data mining properties that define the behavior of specific algorithms. You configure these properties when you create an individual data mining model, not at the server level. For more information, see [Data Mining Algorithms (Analysis Services - Data Mining)](../data-mining/data-mining-algorithms-analysis-services-data-mining.md). ## See Also [Physical Architecture (Analysis Services - Data Mining)](../data-mining/physical-architecture-analysis-services-data-mining.md) [Configure Server Properties in Analysis Services](server-properties-in-analysis-services.md) [Determine the Server Mode of an Analysis Services Instance](../instances/determine-the-server-mode-of-an-analysis-services-instance.md)