---
title: "Feature 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:
- "SQMSupportEnabled property"
- "ComUdfEnabled property"
- "LinkToOtherInstanceEnabled property"
- "ManagedCodeEnabled property"
- "ConnStringEncryptionEnabled property"
- "LinkFromOtherInstanceEnabled property"
- "LinkInsideInstanceEnabled property"
- "UseCachedPageAllocators property"
ms.assetid: a34d046a-6562-4d98-b827-37cebc6d77b4
author: minewiskan
ms.author: owend
manager: craigg
---
# Feature Properties
Feature properties pertain to product features, most of them advanced, including properties that control links between server instances.
[!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] supports the server properties listed in the following table. 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
## Properties
|Property|Default|Description|
|--------------|-------------|-----------------|
|`ManagedCodeEnabled`|1|A Boolean property that indicates whether CLR storage procedures are enabled.|
|`LinkInsideInstanceEnabled`|1|A Boolean property that indicates whether a linked object can be created inside the same server instance.|
|`LinkToOtherInstanceEnabled`|0|A Boolean property that indicates whether objects on remote servers can be linked to.|
|`LinkFromOtherInstanceEnabled`|0|A Boolean property that indicates whether objects can be linked to from other server instances.|
|`ConnStringEncryptionEnabled`|1|A Boolean property that indicates whether the connection string is encrypted in the server configuration file.|
|`UseCachedPageAllocators`|0|A Boolean property that indicates whether cached page allocators are enabled.|
|`ComUdfEnabled`|0|A Boolean property that indicates whether user-defined functions defined as COM objects are enabled.|
|`SQMSupportEnabled`|1|A Boolean property that indicates whether error and feature usage reports are sent to [!INCLUDE[msCoName](../../includes/msconame-md.md)] automatically.|
|`ResourceMonitoringEnabled`|1|A Boolean property that indicates whether internal resource monitoring counters are enabled. This property is on by default. When enabled, this property allows counters to collect usage data about CPU, memory, and I/O activity.
Internal resource monitoring counters are used by Dynamic Management Views (DMV) that report on resource utilization. If you disable this property, the DMV queries will still run, but the result set will be invalid. DMVs that depend on this property include the following:
**DISCOVER_OBJECT_ACTIVITY**
**DISCOVER_COMMAND_OBJECTS**
**DISCOVER_SESSIONS** (for SESSION_READS, SESSION_WRITES, SESSION_CPU_TIME_MS)
On a multi-core system that uses NUMA architecture, disabling this property can improve query performance, particularly for high multi-user workloads. You will need to run comparison tests to determine whether query performance is improved as the result of changing this property. For best practices on running comparison tests, including clearing the cache and avoiding common mistakes, see the [SQL Server 2008 R2 Analysis Services Operations Guide](https://go.microsoft.com/fwlink/?LinkID=225539).|
## See Also
[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)
[Use Dynamic Management Views (DMVs) to Monitor Analysis Services](../instances/use-dynamic-management-views-dmvs-to-monitor-analysis-services.md)