MiningStructure.MiningStructurePermissions 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 or sets the collection of permissions on a MiningStructure object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MiningStructurePermissionCollection MiningStructurePermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MiningStructurePermissions : Microsoft.AnalysisServices.MiningStructurePermissionCollection
Public ReadOnly Property MiningStructurePermissions As MiningStructurePermissionCollection
Property Value
A MiningStructurePermissionCollection that contains the collection of permissions on a MiningStructure object.
- Attributes