AdomdParameter.Value 属性

Gets or sets the value of the parameter.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

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

value = instance.Value

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

属性值

类型:System.Object
The value of the parameter.

注释

Returns an Object that is the value of the parameter. The default value is nullnull 引用(在 Visual Basic 中为 Nothing). When sending a nullnull 引用(在 Visual Basic 中为 Nothing) parameter value to the server, the user must specify DBNull, not nullnull 引用(在 Visual Basic 中为 Nothing). The null value in the system is an empty object that has no value. DBNull is used to represent null values.

请参阅

参考

AdomdParameter 类

Microsoft.AnalysisServices.AdomdServer 命名空间