CellPermission.Description Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the description associated with a CellPermission object.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Description { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Description {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Description : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Description As String

Property Value

Type: System.String

A description of cell permissions.

See Also

CellPermission Class
Microsoft.AnalysisServices Namespace

Return to top