Propriété XmlaResult.Value

Gets the specified value.

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

Syntaxe

'Déclaration
Public ReadOnly Property Value As String 
    Get
'Utilisation
Dim instance As XmlaResult 
Dim value As String 

value = instance.Value
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
member Value : string
function get Value () : String

Valeur de propriété

Type : System.String
The name of the value.

Voir aussi

Référence

XmlaResult Classe

Espace de noms Microsoft.AnalysisServices