FacetInfoCollection Members
Include Protected Members
Include Inherited Members
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
The FacetInfoCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FacetInfoCollection() | Initializes a new instance of the FacetInfoCollection class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<String, FacetInfo>.) | |
Count | (Inherited from Collection<FacetInfo>.) | |
Dictionary | (Inherited from KeyedCollection<String, FacetInfo>.) | |
Item[TKey] | (Inherited from KeyedCollection<String, FacetInfo>.) | |
Item[Int32] | (Inherited from Collection<FacetInfo>.) | |
Items | (Inherited from Collection<FacetInfo>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add(Object) | (Inherited from Collection<FacetInfo>.) | |
IList.Contains(Object) | (Inherited from Collection<FacetInfo>.) | |
ICollection.CopyTo(Array, Int32) | (Inherited from Collection<FacetInfo>.) | |
IEnumerable.GetEnumerator() | (Inherited from Collection<FacetInfo>.) | |
IList.IndexOf(Object) | (Inherited from Collection<FacetInfo>.) | |
IList.Insert(Int32, Object) | (Inherited from Collection<FacetInfo>.) | |
IList.IsFixedSize | (Inherited from Collection<FacetInfo>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<FacetInfo>.) | |
IList.IsReadOnly | (Inherited from Collection<FacetInfo>.) | |
ICollection.IsSynchronized | (Inherited from Collection<FacetInfo>.) | |
IList.Item[Int32] | (Inherited from Collection<FacetInfo>.) | |
IList.Remove(Object) | (Inherited from Collection<FacetInfo>.) | |
ICollection.SyncRoot | (Inherited from Collection<FacetInfo>.) |
Top