FacetInfoCollection Class
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
System.Collections.ObjectModel::Collection<T>
System.Collections.ObjectModel::KeyedCollection<TKey, TItem>
Microsoft.SqlServer.Management.Dmf::FacetInfoCollection
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] public ref class FacetInfoCollection sealed : KeyedCollection<String^, FacetInfo^>
| Name | Description | |
|---|---|---|
![]() | FacetInfoCollection() | Initializes a new instance of the FacetInfoCollection class. |
| Name | Description | |
|---|---|---|
![]() | Comparer | (Inherited from KeyedCollection<TKey, TItem>.) |
![]() | Count | (Inherited from Collection<T>.) |
![]() | Item[TKey] | (Inherited from KeyedCollection<TKey, TItem>.) |
![]() | Item[Int32] | (Inherited from Collection<T>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from Collection<T>.) |
![]() | Clear() | (Inherited from Collection<T>.) |
![]() | Contains(TKey) | (Inherited from KeyedCollection<TKey, TItem>.) |
![]() | Contains(T) | (Inherited from Collection<T>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from Collection<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from Collection<T>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from Collection<T>.) |
![]() | Insert(Int32, T) | (Inherited from Collection<T>.) |
![]() | Remove(TKey) | (Inherited from KeyedCollection<TKey, TItem>.) |
![]() | Remove(T) | (Inherited from Collection<T>.) |
![]() | RemoveAt(Int32) | (Inherited from Collection<T>.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from Collection<T>.) |
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from Collection<T>.) |
![]() ![]() | IList::Add(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | ICollection<T>::IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from Collection<T>.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from Collection<T>.) |
![]() ![]() | IList::IsFixedSize | (Inherited from Collection<T>.) |
![]() ![]() | IList::IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() | IList::Item[Int32] | (Inherited from Collection<T>.) |
An T:Microsoft.SqlServer.Management.Dmf.FacetinfoCollection object can be used to gain access to a set of facet information.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




