Dela via


GridParameter.Value Property

Gets or sets the importance parameter type value.

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
'Usage
Dim instance As GridParameter 
Dim value As ImportanceParameterType 

value = instance.Value

instance.Value = value
public ImportanceParameterType Value { get; set; }
public:
property ImportanceParameterType Value {
    ImportanceParameterType get ();
    void set (ImportanceParameterType value);
}
public function get Value () : ImportanceParameterType 
public function set Value (value : ImportanceParameterType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.ImportanceParameterType
Returns a ImportanceParameterType enumeration value.

.NET Framework Security

See Also

Reference

GridParameter Class

GridParameter Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace