FeatureTreeEventArgs(UserVisibleFeature) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FeatureTreeEventArgs class.
public:
FeatureTreeEventArgs(Microsoft::SqlServer::Configuration::UserVisibleFeature ^ feature);
public FeatureTreeEventArgs (Microsoft.SqlServer.Configuration.UserVisibleFeature feature);
new Microsoft.SqlServer.Configuration.FeatureTreeEventArgs : Microsoft.SqlServer.Configuration.UserVisibleFeature -> Microsoft.SqlServer.Configuration.FeatureTreeEventArgs
Public Sub New (feature As UserVisibleFeature)
Parameters
- feature
- UserVisibleFeature
The features visible to the user.