共用方式為


SqlClrPart.IsFunctionCall 屬性

取得值,這個值表示此部分是否為方法引動過程。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

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

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

SqlClrPart 結構

Microsoft.Data.Schema.Sql.SchemaModel 命名空間