OdbcFunctionCall.ParametersUsed 属性

Gets or sets a value that indicates whether there was parenthesis.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property ParametersUsed As Boolean 
    Get 
    Set
用法
Dim instance As OdbcFunctionCall 
Dim value As Boolean 

value = instance.ParametersUsed

instance.ParametersUsed = value
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 if there was parenthesis; otherwise, false.

请参阅

参考

OdbcFunctionCall 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间