Classe MiningStructurePermissionCollection
Contains a collection of MiningStructurePermission objects. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices. . :: . .MajorObjectCollection
Microsoft.AnalysisServices..::..MiningStructurePermissionCollection
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("FDBC5786-386B-4371-8C83-9182698FDF87")> _
Public NotInheritable Class MiningStructurePermissionCollection _
Inherits MajorObjectCollection
'Uso
Dim instance As MiningStructurePermissionCollection
[GuidAttribute("FDBC5786-386B-4371-8C83-9182698FDF87")]
public sealed class MiningStructurePermissionCollection : MajorObjectCollection
[GuidAttribute(L"FDBC5786-386B-4371-8C83-9182698FDF87")]
public ref class MiningStructurePermissionCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("FDBC5786-386B-4371-8C83-9182698FDF87")>]
type MiningStructurePermissionCollection =
class
inherit MajorObjectCollection
end
public final class MiningStructurePermissionCollection extends MajorObjectCollection
O tipo MiningStructurePermissionCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Herdado de ModelComponentCollection.) | |
DemandLoadingService | Infraestrutura. (Herdado de ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Herdado de ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Herdado de ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Herdado de ModelComponentCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets the MiningStructurePermission at the specified index from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the MiningStructurePermission that has the specified identifier from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Herdado de ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Herdado de ModelComponentCollection.) | |
Preloadable | Infraestrutura. (Herdado de ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
Início
Métodos
Início
Eventos
Nome | Descrição | |
---|---|---|
CollectionChanged | Infraestrutura. (Herdado de ModelComponentCollection.) | |
CollectionChanging | Infraestrutura. (Herdado de ModelComponentCollection.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Clear | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Contains | (Herdado de ModelComponentCollection.) | |
IList. . :: . .IndexOf | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Insert | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Item | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Remove | (Herdado de ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (Herdado de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (Herdado de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (Herdado de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (Herdado de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (Herdado de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .Loaded | (Herdado de ModelComponentCollection.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.