DatabasePermissionCollection.Find Method

Gets the DatabasePermission with the specified identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public DatabasePermission Find(
    string id
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.DatabasePermission
The DatabasePermission if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

DatabasePermissionCollection Class

Microsoft.AnalysisServices Namespace