DimensionPermission.AllowedRowsExpression Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a filter used for row-level security.

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

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")]
public string AllowedRowsExpression { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")]
property String^ AllowedRowsExpression {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")>]
member AllowedRowsExpression : string with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300/300")>
Public Property AllowedRowsExpression As String

Property Value

Type: System.String

The filter used.

See Also

DimensionPermission Class
Microsoft.AnalysisServices Namespace

Return to top