MiningStructurePermissionCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Finds the MiningStructurePermission with the specified identifier or null if not found.

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

Syntax

public MiningStructurePermission Find(
    string id
)
public:
MiningStructurePermission^ Find(
    String^ id
)
member Find : 
        id:string -> MiningStructurePermission
Public Function Find (
    id As String
) As MiningStructurePermission

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningStructurePermission

The MiningStructurePermission with the specified identifier or null if not found.

See Also

MiningStructurePermissionCollection Class
Microsoft.AnalysisServices Namespace

Return to top