FeatureTreeConfigurationBase.OnFeatureActionChanged メソッド

定義

機能アクションが変更されると発生します。

protected:
 void OnFeatureActionChanged(Microsoft::SqlServer::Configuration::FeatureTreeEventArgs ^ e);
protected void OnFeatureActionChanged (Microsoft.SqlServer.Configuration.FeatureTreeEventArgs e);
member this.OnFeatureActionChanged : Microsoft.SqlServer.Configuration.FeatureTreeEventArgs -> unit
Protected Sub OnFeatureActionChanged (e As FeatureTreeEventArgs)

パラメーター

e
FeatureTreeEventArgs

イベント引数。

適用対象