Classe FacetInfoCollection
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
Hiérarchie d'héritage
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'FacetInfo> ) > ) >
System.Collections.ObjectModel. . :: . .KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..FacetInfoCollection
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public NotInheritable Class FacetInfoCollection _
Inherits KeyedCollection(Of String, FacetInfo)
'Utilisation
Dim instance As FacetInfoCollection
[StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public sealed class FacetInfoCollection : KeyedCollection<string, FacetInfo>
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class FacetInfoCollection sealed : public KeyedCollection<String^, FacetInfo^>
[<SealedAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type FacetInfoCollection =
class
inherit KeyedCollection<string, FacetInfo>
end
public final class FacetInfoCollection extends KeyedCollection<String, FacetInfo>
Le type FacetInfoCollection expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
FacetInfoCollection | Initializes a new instance of the FacetInfoCollection class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Comparer | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Count | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
Dictionary | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Item[ ( [ ( TKey] ) ] ) | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Item[ ( [ ( Int32] ) ] ) | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
Items | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
ChangeItemKey | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Clear | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
ClearItems | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Contains(TKey) | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Contains(T) | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
CopyTo | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
GetHashCode | (hérité de Object.) | |
GetKeyForItem | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
GetType | (hérité de Object.) | |
IndexOf | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
Insert | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
InsertItem | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
MemberwiseClone | (hérité de Object.) | |
Remove(TKey) | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
Remove(T) | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
RemoveAt | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
RemoveItem | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
SetItem | (hérité de KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IList. . :: . .Add | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .Contains | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
ICollection. . :: . .CopyTo | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .IndexOf | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .Insert | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .IsFixedSize | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .IsReadOnly | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .Item | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
IList. . :: . .Remove | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (hérité de Collection< (Of < ( <'FacetInfo> ) > ) >.) |
Haut de la page
Notes
An FacetinfoCollection object can be used to gain access to a set of facet information.
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.