Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RoleMemberType Enum
Definition
- Namespace:
- Microsoft.AnalysisServices.Tabular
- Assembly:
- Microsoft.AnalysisServices.Tabular.dll
- Package:
- Microsoft.AnalysisServices v19.114.0
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the particular member of a security role is an individual user or a group of users, or if the member is automatically detected.
public enum RoleMemberType
type RoleMemberType =
Public Enum RoleMemberType
- Inheritance
-
RoleMemberType
Fields
| Name | Value | Description |
|---|---|---|
| Auto | 1 | Member of security role is automatically detected. |
| User | 2 | Member of security role is an individual user. |
| Group | 3 | Member of security role is a group of users. |
