Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the collection of permissions on a MiningStructure object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningStructurePermissions As MiningStructurePermissionCollection
Get
'Usage
Dim instance As MiningStructure
Dim value As MiningStructurePermissionCollection
value = instance.MiningStructurePermissions
[BrowsableAttribute(false)]
public MiningStructurePermissionCollection MiningStructurePermissions { get; }
[BrowsableAttribute(false)]
public:
property MiningStructurePermissionCollection^ MiningStructurePermissions {
MiningStructurePermissionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MiningStructurePermissions : MiningStructurePermissionCollection
function get MiningStructurePermissions () : MiningStructurePermissionCollection
Property Value
Type: Microsoft.AnalysisServices.MiningStructurePermissionCollection
A MiningStructurePermissionCollection that contains the collection of permissions on a MiningStructure object.