Compartir a través de


GridParameter.Value Propiedad

Gets or sets the importance of parameter type value.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Value As ImportanceParameterType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

GridParameter Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom