Share via


FeatureTreeConfigurationBase.MachineFeatures Property

Definition

Gets the collection of machine features visible to the user.

public:
 property Microsoft::SqlServer::Configuration::UserVisibleFeatureCollection ^ MachineFeatures { Microsoft::SqlServer::Configuration::UserVisibleFeatureCollection ^ get(); };
public Microsoft.SqlServer.Configuration.UserVisibleFeatureCollection MachineFeatures { get; }
member this.MachineFeatures : Microsoft.SqlServer.Configuration.UserVisibleFeatureCollection
Public ReadOnly Property MachineFeatures As UserVisibleFeatureCollection

Property Value

The collection of machine features visible to the user.

Implements

Applies to