Delen via


IVSDBToolsOptionsSettings.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
Function IsSupportedSetting ( _
    settingName As String _
) As Boolean
bool IsSupportedSetting(
    string settingName
)
bool IsSupportedSetting(
    String^ settingName
)
abstract IsSupportedSetting : 
        settingName:string -> bool 
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.

.NET Framework Security

See Also

Reference

IVSDBToolsOptionsSettings Interface

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