MiningModel.MiningModelPermissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of permissions for a MiningModel object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MiningModelPermissionCollection MiningModelPermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MiningModelPermissions : Microsoft.AnalysisServices.MiningModelPermissionCollection
Public ReadOnly Property MiningModelPermissions As MiningModelPermissionCollection
Property Value
A collection of permissions for the mining model.
- Attributes