Delen via


SchemaObjectDataModificationTarget.ParametersUsed Property

Gets or sets a value that indicates whether parentheses were specified.

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
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
Returns true if parentheses were specified; otherwise, false.

Remarks

The length of the Parameters array is not enough to differentiate between parentheses not being used or parentheses that have zero elements.

.NET Framework Security

See Also

Reference

SchemaObjectDataModificationTarget Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace