Construtor DataSourcePermission (String, String, String)
Initializes a new instance of the DataSourcePermission class using a role identifier, DataSource name and DataSource unique identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
roleId As String, _
name As String, _
id As String _
)
'Uso
Dim roleId As String
Dim name As String
Dim id As String
Dim instance As New DataSourcePermission(roleId, _
name, id)
public DataSourcePermission(
string roleId,
string name,
string id
)
public:
DataSourcePermission(
String^ roleId,
String^ name,
String^ id
)
new :
roleId:string *
name:string *
id:string -> DataSourcePermission
public function DataSourcePermission(
roleId : String,
name : String,
id : String
)
Parâmetros
- roleId
Tipo: System.String
A String that contains the unique identifier of the role.
- name
Tipo: System.String
A String that contains the name of the DataSource.
- id
Tipo: System.String
A String that contains a unique identifier for the DataSource.