Classe MiningModelPermissionCollection
Contains a collection of MiningModelPermission objects.This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices. . :: . .MajorObjectCollection
Microsoft.AnalysisServices..::..MiningModelPermissionCollection
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("961B65D6-FC2F-4cb4-B1FB-7985A67377A5")> _
Public NotInheritable Class MiningModelPermissionCollection _
Inherits MajorObjectCollection
'Utilisation
Dim instance As MiningModelPermissionCollection
[GuidAttribute("961B65D6-FC2F-4cb4-B1FB-7985A67377A5")]
public sealed class MiningModelPermissionCollection : MajorObjectCollection
[GuidAttribute(L"961B65D6-FC2F-4cb4-B1FB-7985A67377A5")]
public ref class MiningModelPermissionCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("961B65D6-FC2F-4cb4-B1FB-7985A67377A5")>]
type MiningModelPermissionCollection =
class
inherit MajorObjectCollection
end
public final class MiningModelPermissionCollection extends MajorObjectCollection
Le type MiningModelPermissionCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (hérité de ModelComponentCollection.) | |
DemandLoadingService | Infrastructure. (hérité de ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (hérité de ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (hérité de ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (hérité de ModelComponentCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets the MiningModelPermission at the specified index from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the MiningModelPermission, with the specified identifier, from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (hérité de ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (hérité de ModelComponentCollection.) | |
Preloadable | Infrastructure. (hérité de ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (hérité de ModelComponentCollection.) |
Haut de la page
Méthodes
Haut de la page
Événements
Nom | Description | |
---|---|---|
CollectionChanged | Infrastructure. (hérité de ModelComponentCollection.) | |
CollectionChanging | Infrastructure. (hérité de ModelComponentCollection.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IList. . :: . .Add | (hérité de ModelComponentCollection.) | |
IList. . :: . .Clear | (hérité de ModelComponentCollection.) | |
IList. . :: . .Contains | (hérité de ModelComponentCollection.) | |
IList. . :: . .IndexOf | (hérité de ModelComponentCollection.) | |
IList. . :: . .Insert | (hérité de ModelComponentCollection.) | |
IList. . :: . .Item | (hérité de ModelComponentCollection.) | |
IList. . :: . .Remove | (hérité de ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (hérité de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (hérité de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .Loaded | (hérité de ModelComponentCollection.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.