XmlaResult.Value Property

 

Applies To: SQL Server (starting with 2016)

Gets the specified value.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string Value { get; }
public:
property String^ Value {
    String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String

Property Value

Type: System.String

The name of the value.

See Also

XmlaResult Class
Microsoft.AnalysisServices Namespace

Return to top