SqlClrPart.IsFunctionCall-Eigenschaft

Ruft einen Wert ab, der angibt, ob es sich bei diesem Teil um einen Methodenaufruf handelt.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlClrPart Struktur

Microsoft.Data.Schema.Sql.SchemaModel-Namespace