Share via


SchemaObjectTableSource.ParametersUsed Property

Returns whether parenthesis were used.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ParametersUsed As Boolean
'Usage
Dim instance As SchemaObjectTableSource 
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);
}
public function get ParametersUsed () : boolean 
public function set ParametersUsed (value : boolean)

Property Value

Type: System.Boolean
Returns True if there were parenthesis; otherwise, False.

Remarks

The length of the Parameters array is not enough to differentiate between parenthesis not being used and parenthesis with zero elements.

.NET Framework Security

See Also

Reference

SchemaObjectTableSource Class

SchemaObjectTableSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace