Compartir a través de


CellPermission.Expression Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Expression As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
An MDX expression.

Vea también

Referencia

CellPermission Clase

Espacio de nombres Microsoft.AnalysisServices