DatabasePermission 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
DatabasePermission() |
Initializes a new instance of the DatabasePermission class using default values. |
DatabasePermission(String, String, String) |
Initializes a new instance of the DatabasePermission class using a database name, a role identifier, and a unique identifier. |
DatabasePermission()
Initializes a new instance of the DatabasePermission class using default values.
public DatabasePermission ();
Public Sub New ()
Applies to
DatabasePermission(String, String, String)
Initializes a new instance of the DatabasePermission class using a database name, a role identifier, and a unique identifier.
public DatabasePermission (string roleId, string name, string id);
new Microsoft.AnalysisServices.DatabasePermission : string * string * string -> Microsoft.AnalysisServices.DatabasePermission
Public Sub New (roleId As String, name As String, id As String)
Parameters
- roleId
- String
A String that contains the name of the role identifier.
- name
- String
A String that contains the name of the database.
- id
- String
A String that contains a unique identifier for the database.