IDataParameter.Value 属性

Gets or sets the value of the parameter.

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
Property Value As Object 
    Get 
    Set
用法
Dim instance As IDataParameter 
Dim value As Object 

value = instance.Value

instance.Value = value
Object Value { get; set; }
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
abstract Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

属性值

类型:System.Object
An Object that is the value of the parameter. The default value is Null.

注释

For input parameters, the value is bound to the IDbCommand that is sent to the server. For output and return value parameters, the value is set on completion of the IDbCommand and after the IDataReader is closed.

请参阅

参考

IDataParameter 接口

Microsoft.ReportingServices.DataProcessing 命名空间