RoleMember 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
RoleMember() |
Initializes a new instance of the RoleMember class using default values. |
RoleMember(String) |
Initializes a new instance of RoleMember using the specified name. |
RoleMember(String, String) |
Initializes a new instance of RoleMember using the specified name and security identifier. |
RoleMember()
Initializes a new instance of the RoleMember class using default values.
public RoleMember ();
Public Sub New ()
Applies to
RoleMember(String)
Initializes a new instance of RoleMember using the specified name.
public RoleMember (string name);
new Microsoft.AnalysisServices.RoleMember : string -> Microsoft.AnalysisServices.RoleMember
Public Sub New (name As String)
Parameters
- name
- String
A String that contains the name of the RoleMember.
Applies to
RoleMember(String, String)
Initializes a new instance of RoleMember using the specified name and security identifier.
public RoleMember (string name, string sid);
new Microsoft.AnalysisServices.RoleMember : string * string -> Microsoft.AnalysisServices.RoleMember
Public Sub New (name As String, sid As String)
Parameters
- name
- String
A String that contains the name of the RoleMember.
- sid
- String
A String with the security identifier.