GridParameter.Value 屬性
Gets or sets the importance of parameter type value.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Value As ImportanceParameterType
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
The importance of parameter type value.