This topic has not yet been rated - Rate this topic

MiningStructurePermissionCollection.Remove Method (String)

Removes the MiningStructurePermission that has the specified identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Remove(
	string id
)

Parameters

id
Type: System.String
The identifier of the MiningStructurePermission to remove.
ExceptionCondition
ItemNotFoundException

id does not exist in the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.