PatchFeatureTree.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 the features associated with the collection of instances.
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 features associated with the collection of instances.