ExternalRoleMember Constructors
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.
Overloads
ExternalRoleMember() |
Initializes a new instance of the ExternalRoleMember class using default values. |
ExternalRoleMember(String, String, String) |
Initializes a new instance of the ExternalRoleMember class using the specified identity provider, identifier, and name. |
ExternalRoleMember()
Initializes a new instance of the ExternalRoleMember class using default values.
public ExternalRoleMember ();
Public Sub New ()
Applies to
ExternalRoleMember(String, String, String)
Initializes a new instance of the ExternalRoleMember class using the specified identity provider, identifier, and name.
public ExternalRoleMember (string identityProvider, string id, string name);
new Microsoft.AnalysisServices.ExternalRoleMember : string * string * string -> Microsoft.AnalysisServices.ExternalRoleMember
Public Sub New (identityProvider As String, id As String, name As String)
Parameters
- identityProvider
- String
The identity provider.
- id
- String
The member's identifier.
- name
- String
The member's name.