Role 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
Role() |
Initializes a new instance of the Role class using the default values. |
Role(String) |
Initializes a new instance of Role using a name. |
Role(String, String) |
Initializes a new instance of Role using a name and an identifier. |
Role()
Initializes a new instance of the Role class using the default values.
public Role ();
Public Sub New ()
Applies to
Role(String)
Role(String, String)
Initializes a new instance of Role using a name and an identifier.
public Role (string name, string id);
new Microsoft.AnalysisServices.Tabular.Role : string * string -> Microsoft.AnalysisServices.Tabular.Role
Public Sub New (name As String, id As String)