Condividi tramite


Metodo AdoDotNetObjectIdentifierConverter.RequiresQuoting

Indica se una parte specifica dell'identificatore richiede le virgolette.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
Protected Overridable Function RequiresQuoting ( _
    identifierPart As String _
) As Boolean
protected virtual bool RequiresQuoting(
    string identifierPart
)
protected:
virtual bool RequiresQuoting(
    String^ identifierPart
)
abstract RequiresQuoting : 
        identifierPart:string -> bool  
override RequiresQuoting : 
        identifierPart:string -> bool
protected function RequiresQuoting(
    identifierPart : String
) : boolean

Parametri

  • identifierPart
    Tipo: String

    Il nome della parte dell'identificatore

Valore restituito

Tipo: Boolean
Un valore Boolean che indica se la parte dell'identificatore richiede le virgolette.

Note

Note per gli eredi

L'implementazione predefinita restituisce false. Un override per specificare le condizioni per il quale identificatore sono necessarie le virgolette.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetObjectIdentifierConverter Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet