Share via


Classe ServerPropertyCollection

Contains a collection of ServerProperty objects. This class cannot be inherited.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")> _
Public NotInheritable Class ServerPropertyCollection _
    Implements IList, ICollection, IEnumerable
'Utilizzo
Dim instance As ServerPropertyCollection
[GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public sealed class ServerPropertyCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public ref class ServerPropertyCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")>]
type ServerPropertyCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class ServerPropertyCollection implements IList, ICollection, IEnumerable

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices..::..ServerPropertyCollection

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.