Condividi tramite


Proprietà ApplicationRoleOption.Value

Ottiene o imposta il valore dell'opzione.

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

Valore proprietà

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

Note

Può essere un identificatore o un valore letterale di tipo stringa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ApplicationRoleOption Classe

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