ServerPropertyCollection Class
Contains a collection of ServerProperty objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")> _
Public NotInheritable Class ServerPropertyCollection _
Implements IList, ICollection, IEnumerable
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ServerPropertyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.