This topic has not yet been rated - Rate this topic

DatabasePermissionCollection.Add Method (String, String)

Creates and adds a DatabasePermission with the specified name and identifier to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public DatabasePermission Add(
	string roleId,
	string name
)

Parameters

roleId
Type: System.String
The name of the DatabasePermission to be added.
name
Type: System.String
The identifier of the DatabasePermission to be added.

Return Value

Type: Microsoft.AnalysisServices.DatabasePermission
The zero-based index at which the DatabasePermission has been added.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.