Value 屬性
Gets or sets the value of the parameter.
命名空間: Microsoft.ReportingServices.DataProcessing
組件: Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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.