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.

请参阅

参考

GridParameter 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间