GridParameter.Value Property

Gets or sets the importance of parameter type value.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Value As ImportanceParameterType 
    Get 
    Set
'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);
}
member Value : ImportanceParameterType with get, set
function get Value () : ImportanceParameterType 
function set Value (value : ImportanceParameterType)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance of parameter type value.

See Also

Reference

GridParameter Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace