This topic has not yet been rated - Rate this topic

ServerPropertyCollection Class

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

System.Object
  Microsoft.AnalysisServices.ServerPropertyCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public sealed class ServerPropertyCollection : IList, 
	ICollection, IEnumerable

The ServerPropertyCollection type exposes the following members.

  NameDescription
Public methodServerPropertyCollectionInitializes a new instance of ServerPropertyCollection class.
Top
  NameDescription
Public propertyCountGets the number of ServerProperty objects in the collection.
Public propertyItem[Int32]Gets the ServerProperty at the specified index in the collection.
Public propertyItem[String]Gets the ServerProperty that has the specified name from the collection.
Top
  NameDescription
Public methodAdd(ServerProperty)Adds a ServerProperty to the end of the collection.
Public methodAdd(String, String)Creates and adds a ServerProperty, with the specified name and value, to the end of the collection.
Public methodClearRemoves all elements from the collection.
Public methodContains(String)Indicates whether the collection contains a ServerProperty that has the specified name.
Public methodContains(ServerProperty)Indicates whether the collection contains a specified ServerProperty.
Public methodCopyTo(ServerPropertyCollection)Copies the entire collection to the end of a ServerPropertyCollection.
Public methodCopyTo(Array, Int32)Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals (Inherited from Object.)
Public methodFindGets the ServerProperty that has the specified name from the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)Gets the index of a ServerProperty that has the specified name.
Public methodIndexOf(ServerProperty)Gets the index of a specified ServerProperty.
Public methodInsert(Int32, ServerProperty)Inserts a ServerProperty into the collection at the specified index.
Public methodInsert(Int32, String, String)Creates and inserts a ServerProperty, with the specified name and value, into the collection at the specified index.
Public methodRemove(String)Removes the ServerProperty that has the specified name from the collection.
Public methodRemove(ServerProperty)Removes the specified ServerProperty from the collection.
Public methodRemoveAtRemoves the ServerProperty at the specified index from the collection.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIList.AddAdds an item to the collection.
Explicit interface implemetationPrivate methodIList.ContainsIndicates whether the collection contains a specific value.
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorReturns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate methodIList.IndexOfDetermines the index of a specific item in the collection.
Explicit interface implemetationPrivate methodIList.InsertInserts an item to the collection at the specified index.
Explicit interface implemetationPrivate propertyIList.IsFixedSizeGets a value that indicates whether the collection has a fixed size.
Explicit interface implemetationPrivate propertyIList.IsReadOnlyGets a value that indicates whether this ServerPropertyCollection is read-only.
Explicit interface implemetationPrivate propertyICollection.IsSynchronizedGets a value that indicates whether access to the ServerPropertyCollection is synchronized.
Explicit interface implemetationPrivate propertyIList.ItemGets or sets the element at the specified index.
Explicit interface implemetationPrivate methodIList.RemoveRemoves the first occurrence of a specified object from the collection.
Explicit interface implemetationPrivate propertyICollection.SyncRootGets an object that can be used to synchronize access to the ServerPropertyCollection.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.