GridParameter.Value-Eigenschaft

Ruft den Wert des Parametertyps ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.ImportanceParameterType
Gibt einen ImportanceParameterType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GridParameter Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace