FeatureTree.Save(FeatureAction) Method
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.
Saves the feature tree.
public:
cli::array <System::String ^> ^ Save(Microsoft::SqlServer::Configuration::FeatureAction actionState);
public string[] Save (Microsoft.SqlServer.Configuration.FeatureAction actionState);
member this.Save : Microsoft.SqlServer.Configuration.FeatureAction -> string[]
Public Function Save (actionState As FeatureAction) As String()
Parameters
- actionState
- FeatureAction
The feature action to take.
Returns
- String[]
The saved features.