Sdílet prostřednictvím


TSqlParser.ValidateIdentifier – metoda

Vrátí se, zda je název platný identifikátor SQL.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Boolean
true Pokud zadané jméno je platný identifikátor SQL; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TSqlParser Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů