Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a filter used for row-level security.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property AllowedRowsExpression As String
Get
Set
'Uso
Dim instance As DimensionPermission
Dim value As String
value = instance.AllowedRowsExpression
instance.AllowedRowsExpression = value
public string AllowedRowsExpression { get; set; }
public:
property String^ AllowedRowsExpression {
String^ get ();
void set (String^ value);
}
member AllowedRowsExpression : string with get, set
function get AllowedRowsExpression () : String
function set AllowedRowsExpression (value : String)
Valor de la propiedad
Tipo: System.String
The filter used.