Udostępnij przez


FacetInfoCollection Members

The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.

The following tables list the members exposed by the FacetInfoCollection type.

Public Constructors

  Name Description
FacetInfoCollection Initializes a new instance of the FacetInfoCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Bb934561.pubproperty(pl-pl,SQL.100).gif Comparer  (inherited from KeyedCollection )
Bb934561.pubproperty(pl-pl,SQL.100).gif Count  (inherited from Collection )
Bb934561.pubproperty(pl-pl,SQL.100).gif Item  Overloaded. (inherited from KeyedCollection )

Top

Protected Properties

  Name Description
Bb934561.protproperty(pl-pl,SQL.100).gif Dictionary  (inherited from KeyedCollection )
Bb934561.protproperty(pl-pl,SQL.100).gif Items  (inherited from Collection )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb934561.pubmethod(pl-pl,SQL.100).gif Add  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gif Clear  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gif Contains  (inherited from KeyedCollection )
Bb934561.pubmethod(pl-pl,SQL.100).gif CopyTo  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
Bb934561.pubmethod(pl-pl,SQL.100).gif GetEnumerator  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
Bb934561.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
Bb934561.pubmethod(pl-pl,SQL.100).gif IndexOf  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gif Insert  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gifBb934561.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
Bb934561.pubmethod(pl-pl,SQL.100).gif Remove  (inherited from KeyedCollection )
Bb934561.pubmethod(pl-pl,SQL.100).gif RemoveAt  (inherited from Collection )
Bb934561.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb934561.protmethod(pl-pl,SQL.100).gif ChangeItemKey  (inherited from KeyedCollection )
Bb934561.protmethod(pl-pl,SQL.100).gif ClearItems  (inherited from KeyedCollection )
Bb934561.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
Bb934561.protmethod(pl-pl,SQL.100).gif GetKeyForItem  (inherited from KeyedCollection )
Bb934561.protmethod(pl-pl,SQL.100).gif InsertItem  Overloaded. (inherited from KeyedCollection )
Bb934561.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )
Bb934561.protmethod(pl-pl,SQL.100).gif RemoveItem  (inherited from KeyedCollection )
Bb934561.protmethod(pl-pl,SQL.100).gif SetItem  Overloaded. (inherited from KeyedCollection )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (inherited from Collection )
System.Collections.IEnumerable.GetEnumerator  (inherited from Collection )
System.Collections.IList.Add  (inherited from Collection )
System.Collections.IList.Contains  (inherited from Collection )
System.Collections.IList.IndexOf  (inherited from Collection )
System.Collections.IList.Insert  (inherited from Collection )
System.Collections.IList.Remove  (inherited from Collection )
System.Collections.Generic.ICollection.IsReadOnly  (inherited from Collection )
System.Collections.ICollection.IsSynchronized  (inherited from Collection )
System.Collections.ICollection.SyncRoot  (inherited from Collection )
System.Collections.IList.IsFixedSize  (inherited from Collection )
System.Collections.IList.IsReadOnly  (inherited from Collection )
System.Collections.IList.Item  (inherited from Collection )

Top