FeatureTreeConfigurationBase.DeselectFeature(UserVisibleFeature) Método

Definición

Desselecciona la función especificada.

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)

Parámetros

feature
UserVisibleFeature

La función para desseleccionar.

Se aplica a