Classe LevelPropertyCollection
Representa uma coleção somente leitura e sob demanda de objetos LevelProperty contidos em um Level.
Hierarquia de herança
Object
Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public NotInheritable Class LevelPropertyCollection _
Implements IDisposable, IEnumerable, ICollection
'Uso
Dim instance As LevelPropertyCollection
public sealed class LevelPropertyCollection : IDisposable,
IEnumerable, ICollection
public ref class LevelPropertyCollection sealed : IDisposable,
IEnumerable, ICollection
[<SealedAttribute>]
type LevelPropertyCollection =
class
interface IDisposable
interface IEnumerable
interface ICollection
end
public final class LevelPropertyCollection implements IDisposable, IEnumerable, ICollection
O tipo LevelPropertyCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Obtém o número de objetos LevelProperty da coleção. | |
IsSynchronized | Obtém um valor que indica se o acesso à coleção é sincronizado (isento de threads). | |
Item[Int32] | Obtém o LevelProperty especificado na coleção por seu índice.No Microsoft Visual C#, esta propriedade é o indexador da classe LevelPropertyCollection. | |
Item[String] | Obtém a LevelProperty especificada da coleção por seu nome.No Microsoft Visual C#, esta propriedade é o indexador da classe LevelPropertyCollection. | |
SyncRoot | Obtém um objeto que pode ser usado para sincronizar o acesso à coleção. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Libera todos os recursos usados por LevelPropertyCollection. | |
CopyTo(Array, Int32) | Copia o elemento do LevelPropertyCollection em uma matriz, a partir do índice de uma matriz específica. | |
CopyTo(array<LevelProperty[], Int32) | Copia os elementos da coleção na matriz especificada. | |
Dispose | Libera todos os recursos usados por LevelPropertyCollection. | |
Equals | (Herdado de Object.) | |
Find | Obtém a LevelProperty especificada da coleção por seu nome. | |
GetEnumerator() | Obtém um Enumerator para iteração pela coleção. | |
GetEnumerator() | Retorna uma referência a um objeto de enumerador, que é usado para iterar sobre um objeto LevelPropertyCollection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
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.