Compartir a través de


SqlClrPart.IsFunctionCall (Propiedad)

Obtiene un valor que indica si esta parte es una invocación de método.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlClrPart Estructura

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)