ExternalModelRoleMember Class

Definition

For internal use only.

public class ExternalModelRoleMember : Microsoft.AnalysisServices.Tabular.ModelRoleMember
type ExternalModelRoleMember = class
    inherit ModelRoleMember
Public Class ExternalModelRoleMember
Inherits ModelRoleMember
Inheritance

Constructors

ExternalModelRoleMember()

Create a new instance of the ExternalModelRoleMember class with default settings..

Properties

Annotations

Gets the collection object of all annotations in the current ModelRoleMember.

(Inherited from ModelRoleMember)
ExtendedProperties

Gets the collection object of all extendedproperties in the current ModelRoleMember.

(Inherited from ModelRoleMember)
IdentityProvider

A string that defines the identity provider used for authentication.

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.

(Inherited from ModelRoleMember)
MemberName

The security name that identifies the user or group of the member.

(Inherited from ModelRoleMember)
MemberType

Indicates whether the particular member of a security role is an individual user or a group of users, or automatically detected. Possible values are as follows. Auto (1): Member is automatically detected. User (2): Member is an individual user. Group (3): Member is a security group.

Model

Gets the Tabular model that contains this object.

(Inherited from MetadataObject)
ModifiedTime

The time that the object was last modified.

(Inherited from ModelRoleMember)
Name

Gets or sets membership in an existing role.

(Inherited from ModelRoleMember)
ObjectType

Gets the type of the object.

(Inherited from ModelRoleMember)
Parent

Parent object, null for Model objects.

(Inherited from ModelRoleMember)
Role

A reference to a Role object that owns this RoleMembeship.

(Inherited from ModelRoleMember)

Methods

Clone()

Creates a new, full copy of a ModelRoleMember object.

(Inherited from ModelRoleMember)
CopyFrom(ModelRoleMember)
Obsolete.

Deprecated. Use CopyTo method instead.

(Inherited from ModelRoleMember)
CopyTo(ModelRoleMember)

Copies a ModelRoleMember object to the specified object.

(Inherited from ModelRoleMember)
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)

Applies to