PatchFeatureTree.ValidateSettings 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.
Specifies the validation state.
public:
virtual Microsoft::SqlServer::Management::Sdk::Sfc::ValidationState ^ ValidateSettings();
public Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState ValidateSettings();
abstract member ValidateSettings : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
override this.ValidateSettings : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
Public Function ValidateSettings () As ValidationState
Returns
The validation state.
Implements
Microsoft.SqlServer.Chainer.Infrastructure.IValidateInputSetting.ValidateSettings