FeatureTree.InstanceListFeatures 속성

정의

인스턴스 목록 기능을 가져오거나 설정합니다.

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)

속성 값

인스턴스 목록 기능입니다.

적용 대상