共用方式為


SchemaObjectTableSource.ParametersUsed 屬性

傳回是否使用了括號。

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

語法

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

屬性值

型別:System.Boolean
如果有括號,會傳回 true,否則傳回 false。

備註

參數陣列的長度不足,無法區分不使用的括號和具有零項目的括號。

.NET Framework 安全性

請參閱

參考

SchemaObjectTableSource 類別

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