FeatureTreeConfigurationBase.DeselectFeature(UserVisibleFeature) 方法

定義

取消選取指定的功能。

protected:
 void DeselectFeature(Microsoft::SqlServer::Configuration::UserVisibleFeature ^ feature);
protected void DeselectFeature(Microsoft.SqlServer.Configuration.UserVisibleFeature feature);
member this.DeselectFeature : Microsoft.SqlServer.Configuration.UserVisibleFeature -> unit
Protected Sub DeselectFeature (feature As UserVisibleFeature)

參數

feature
UserVisibleFeature

取消選擇的功能。

適用於