Partager via


TSqlParser.ValidateIdentifier, méthode

Retourne une valeur indiquant si un nom est un identificateur SQL valide.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Function ValidateIdentifier ( _
    name As String _
) As Boolean
public bool ValidateIdentifier(
    string name
)
public:
bool ValidateIdentifier(
    String^ name
)
member ValidateIdentifier : 
        name:string -> bool 
public function ValidateIdentifier(
    name : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si le nom fourni est un identificateur valide du langage SQL ; sinonfalse.

Sécurité .NET Framework

Voir aussi

Référence

TSqlParser Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms