Delen via


VSDBToolsOptionsSettingsBase.IsSupportedSetting Method

Returns a value that indicates whether the provided setting name is supported in the current settings.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Function IsSupportedSetting ( _
    settingName As String _
) As Boolean
public virtual bool IsSupportedSetting(
    string settingName
)
public:
virtual bool IsSupportedSetting(
    String^ settingName
)
abstract IsSupportedSetting : 
        settingName:string -> bool 
override IsSupportedSetting : 
        settingName:string -> bool 
public function IsSupportedSetting(
    settingName : String
) : boolean

Parameters

  • settingName
    Type: System.String
    A string that contains a name to look for.

Return Value

Type: System.Boolean
true if the name is supported; otherwise, false.

Implements

IVSDBToolsOptionsSettings.IsSupportedSetting(String)

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingsBase Class

Microsoft.Data.Schema.Tools.Settings.Internal Namespace