Propriedade do RDL OdbcFunctionCall.ParametersUsed
Gets or sets a value that indicates whether there was parenthesis.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property ParametersUsed As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if there was parenthesis; otherwise, false.