IVSDBToolsOptionsSettings.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
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

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.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVSDBToolsOptionsSettings Schnittstelle

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