XmlaLocationReference.Role Property

 

Applies To: SQL Server (starting with 2016)

Represents the xml location reference of a role.

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

Syntax

public string Role { get; }
public:
property String^ Role {
    String^ get();
}
member Role : string with get
Public ReadOnly Property Role As String

Property Value

Type: System.String

A reference to the xml location of the role.

See Also

XmlaLocationReference Class
Microsoft.AnalysisServices Namespace

Return to top