共用方式為


VariableTableSource.FunctionCall 屬性

取得或設定函式呼叫。

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

語法

'宣告
Public Property FunctionCall As FunctionCall
    Get
    Set
public FunctionCall FunctionCall { get; set; }
public:
property FunctionCall^ FunctionCall {
    FunctionCall^ get ();
    void set (FunctionCall^ value);
}
member FunctionCall : FunctionCall with get, set
function get FunctionCall () : FunctionCall
function set FunctionCall (value : FunctionCall)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.FunctionCall
傳回 FunctionCall

備註

選擇性,可為 null。

.NET Framework 安全性

請參閱

參考

VariableTableSource 類別

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