Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Role object for which permissions are being defined.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Role As Role
Get
'Usage
Dim instance As Permission
Dim value As Role
value = instance.Role
[BrowsableAttribute(false)]
public Role Role { get; }
[BrowsableAttribute(false)]
public:
property Role^ Role {
Role^ get ();
}
[<BrowsableAttribute(false)>]
member Role : Role
function get Role () : Role
Property Value
Type: Microsoft.AnalysisServices.Role
A Role object for which permissions are being defined.