Partager via


Propriété NamedSet.Expression

Gets the MDX set expression that defines the NamedSet.

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

Syntaxe

'Déclaration
Public ReadOnly Property Expression As String 
    Get
'Utilisation
Dim instance As NamedSet 
Dim value As String 

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

Valeur de propriété

Type : System.String
A String that contains the set expression that defines the NamedSet.

Notes

The set expression in a NamedSet can include any literal or function that can normally be incorporated into a set expression in MDX. The information for this property is retrieved from the EXPRESSION column of the Ensemble de lignes MDSCHEMA_SETS.

Voir aussi

Référence

NamedSet Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient