Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the importance of parameter type value.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property Value As ImportanceParameterType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance of parameter type value.