Partager via


Propriété OdbcFunctionCall.ParametersUsed

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property ParametersUsed As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

OdbcFunctionCall Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom