Share via


OdbcFunctionCall.ParametersUsed Property

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property ParametersUsed As Boolean 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Boolean
true if there was parenthesis; otherwise, false.

See Also

Reference

OdbcFunctionCall Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace