ModelRoleMember Class
Definition
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.
Defines a user principal that belongs to the Role. It is a child of a Role object.
public abstract class ModelRoleMember : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type ModelRoleMember = class
inherit NamedMetadataObject
Public MustInherit Class ModelRoleMember
Inherits NamedMetadataObject
- Inheritance
- Derived
Properties
Annotations |
Gets the collection object of all annotations in the current ModelRoleMember. |
ExtendedProperties |
Gets the collection object of all extendedproperties in the current ModelRoleMember. |
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
MemberID |
A reference to a Member object associated with this RoleMembership. |
MemberName |
The security name that identifies the user or group of the member. |
Model |
Gets the Tabular model that contains this object. (Inherited from MetadataObject) |
ModifiedTime |
The time that the object was last modified. |
Name |
Gets or sets membership in an existing role. |
ObjectType |
Gets the type of the object. |
Parent |
Parent object, null for Model objects. |
Role |
A reference to a Role object that owns this RoleMembeship. |
Methods
Clone() |
Creates a new, full copy of a ModelRoleMember object. |
CopyFrom(ModelRoleMember) |
Obsolete.
Deprecated. Use CopyTo method instead. |
CopyTo(ModelRoleMember) |
Copies a ModelRoleMember object to the specified object. |
Validate() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from MetadataObject) |