Condividi tramite


Proprietà CellPermission.Expression

Gets or sets the MDX Expression associated with a CellPermission object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Expression As String 
    Get 
    Set
'Utilizzo
Dim instance As CellPermission 
Dim value As String 

value = instance.Expression

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

Valore proprietà

Tipo: System.String
An MDX expression.

Vedere anche

Riferimento

CellPermission Classe

Spazio dei nomi Microsoft.AnalysisServices