Condividi tramite


Proprietà ProcedureParameter.Default

Ottiene o imposta l'espressione utilizzata per valutare il valore predefinito per il parametro.

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 Default As TSqlFragment
    Get
    Set
public TSqlFragment Default { get; set; }
public:
property TSqlFragment^ Default {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member Default : TSqlFragment with get, set
function get Default () : TSqlFragment
function set Default (value : TSqlFragment)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Restituisce un elemento TSqlFragment.

Note

Il valore può essere un'espressione o un identificatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProcedureParameter Classe

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