Partager via


SqlClrPart.IsFunctionCall, propriété

Obtient une valeur qui indique si cette partie est un appel de méthode.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlClrPart Structure

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