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 | |
---|---|---|
ExternalRoleMember() | ||
ExternalRoleMember(String, String, String) | ||
ExternalRoleMember(String, String, String, ExternalUserType) |
Properties
Name | Description | |
---|---|---|
ID | ||
IdentityProvider | ||
Name | ||
Type |
Methods
Name | Description | |
---|---|---|
Clone() | ||
CopyTo(ExternalRoleMember) | ||
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
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