ExternalRoleMember Class

 

Applies To: SQL Server (starting with 2016)

Represents a role membership.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ExternalRoleMember

Syntax

[GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")]
public class ExternalRoleMember : ICloneable
[GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")]
public ref class ExternalRoleMember : ICloneable
[<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")>]
type ExternalRoleMember = 
    class
        interface ICloneable
    end
<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")>
Public Class ExternalRoleMember
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod ExternalRoleMember()

System_CAPS_pubmethod ExternalRoleMember(String, String, String)

System_CAPS_pubmethod ExternalRoleMember(String, String, String, ExternalUserType)

Properties

Name Description
System_CAPS_pubproperty ID

System_CAPS_pubproperty IdentityProvider

System_CAPS_pubproperty Name

System_CAPS_pubproperty Type

Methods

Name Description
System_CAPS_pubmethod Clone()

System_CAPS_pubmethod CopyTo(ExternalRoleMember)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICloneable.Clone()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top