Condividi tramite


Proprietà SchemaObjectTableSource.ParametersUsed

Restituisce un valore che indica se sono utilizzate parentesi.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ParametersUsed As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se sono utilizzate parentesi; in caso contrario, false.

Note

La lunghezza della matrice Parameters non è sufficiente per distinguere tra le parentesi non utilizzate e quelle con zero elementi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaObjectTableSource Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql