Propriété AdomdRestriction.Value
Gets or sets the value of the AdomdRestriction.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Property Value As Object
Get
Set
'Utilisation
Dim instance As AdomdRestriction
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
An Object that contains the value of the AdomdRestriction.