XmlaLocationReference.Role Property

Represents the xml location reference of a role.

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

Syntax

'Declaration
Public ReadOnly Property Role As String 
    Get
'Usage
Dim instance As XmlaLocationReference 
Dim value As String 

value = instance.Role
public string Role { get; }
public:
property String^ Role {
    String^ get ();
}
member Role : string
function get Role () : String

Property Value

Type: System.String
A reference to the xml location of the role.

See Also

Reference

XmlaLocationReference Class

Microsoft.AnalysisServices Namespace