VSDBToolsOptionsSettingsBase.IsSupportedSetting-Methode

Gibt einen Wert zurück, der angibt, ob der angegebene Einstellungsname in den aktuellen Einstellungen unterstützt wird.

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

Parameter

  • settingName
    Typ: System.String
    Ein string-Element mit einem Namen, nach dem gesucht werden soll.

Rückgabewert

Typ: System.Boolean
true , wenn der Name unterstützt wird, andernfalls false.

Implementiert

IVSDBToolsOptionsSettings.IsSupportedSetting(String)

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBToolsOptionsSettingsBase Klasse

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