Partager via


Propriété GridParameter.Value

Gets or sets the importance of parameter type value.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Value As ImportanceParameterType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

GridParameter Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom