Condividi tramite


Metodo TSqlParser.ValidateIdentifier

Restituisce un valore che indica se un nome è un identificatore SQL valido.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
true se il nome specificato è un identificatore valido di SQL. in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TSqlParser Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql