Partager via


Propriété Value

Gets or sets the value of the parameter.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Property Value As Object
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Object

Notes

Returns an Object that is the value of the parameter. The default value is null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) . When sending a null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) parameter value to the server, the user must specify DBNull, not null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) . The null value in the system is an empty object that has no value. DBNull is used to represent null values.