Condividi tramite


Proprietà GridParameter.Value

Ottiene o imposta il valore del tipo di parametro dell'importanza.

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.ImportanceParameterType
Restituisce un valore di enumerazione ImportanceParameterType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GridParameter Classe

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