Proprietà SqlClrPart.IsFunctionCall

Ottiene un valore che indica se questa parte è una chiamata a un metodo.

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

Sintassi

'Dichiarazione
Public ReadOnly Property IsFunctionCall As Boolean
    Get
public bool IsFunctionCall { get; }
public:
property bool IsFunctionCall {
    bool get ();
}
member IsFunctionCall : bool
function get IsFunctionCall () : boolean

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlClrPart Struttura

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