FeatureTree.Item[String] Property
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.
Gets or sets the feature with the specified key.
public:
property Microsoft::SqlServer::Configuration::UserVisibleFeature ^ default[System::String ^] { Microsoft::SqlServer::Configuration::UserVisibleFeature ^ get(System::String ^ key); };
public Microsoft.SqlServer.Configuration.UserVisibleFeature this[string key] { get; }
member this.Item(string) : Microsoft.SqlServer.Configuration.UserVisibleFeature
Default Public ReadOnly Property Item(key As String) As UserVisibleFeature
Parameters
- key
- String
The key of the feature to get or set.
Property Value
The feature with the specified key.