Permission.RoleID Property

 

Applies To: SQL Server 2016 Preview

Gets or ets the RoleID of a Role object for which permissions are being defined.

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

Syntax

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

Property Value

Type: System.String

A String value with the RoleID of a Role object for which permissions are being defined.

See Also

Permission Class
Microsoft.AnalysisServices Namespace

Return to top