Propriedade do RDL GridParameter.Value
Gets or sets the importance of parameter type value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance of parameter type value.