FeatureTree.InstanceListFeatures 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 instance list features.
public:
property System::Collections::Generic::Dictionary<System::String ^, Microsoft::SqlServer::Configuration::UserVisibleFeatureCollection ^> ^ InstanceListFeatures { System::Collections::Generic::Dictionary<System::String ^, Microsoft::SqlServer::Configuration::UserVisibleFeatureCollection ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,Microsoft.SqlServer.Configuration.UserVisibleFeatureCollection> InstanceListFeatures { get; }
member this.InstanceListFeatures : System.Collections.Generic.Dictionary<string, Microsoft.SqlServer.Configuration.UserVisibleFeatureCollection>
Public ReadOnly Property InstanceListFeatures As Dictionary(Of String, UserVisibleFeatureCollection)
Property Value
The instance list features.