MiningStructurePermissionCollection.FindByName Method

Finds the MiningStructurePermission by the specified name from the collection.

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

Syntax

C#
public MiningStructurePermission FindByName(
    string name
)

Parameters

Return Value

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

See Also

Reference

MiningStructurePermissionCollection Class

Microsoft.AnalysisServices Namespace