Freigeben über


AdomdParameter.Value-Eigenschaft

Gets or sets the value of the parameter.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Property Value As Object 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Object
The value of the parameter.

Hinweise

Returns an Object that is the value of the parameter. The default value is nullein NULL-Verweis (Nothing in Visual Basic). When sending a nullein NULL-Verweis (Nothing in Visual Basic) parameter value to the server, the user must specify DBNull, not nullein NULL-Verweis (Nothing in Visual Basic). The null value in the system is an empty object that has no value. DBNull is used to represent null values.

Siehe auch

Verweis

AdomdParameter Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace