SchemaObjectDataModificationTarget.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 安全性

请参见

参考

SchemaObjectDataModificationTarget 类

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