Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.