Clase FacetInfoCollection
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
Jerarquía de herencia
System.Object
System.Collections.ObjectModel.Collection<FacetInfo>
System.Collections.ObjectModel.KeyedCollection<String, FacetInfo>
Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public NotInheritable Class FacetInfoCollection _
Inherits KeyedCollection(Of String, FacetInfo)
'Uso
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>
El tipo FacetInfoCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
FacetInfoCollection | Initializes a new instance of the FacetInfoCollection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Comparer | (Se hereda de KeyedCollection<String, FacetInfo>.) | |
Count | (Se hereda de Collection<FacetInfo>.) | |
Item[TKey] | (Se hereda de KeyedCollection<String, FacetInfo>.) | |
Item[Int32] | (Se hereda de Collection<FacetInfo>.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | (Se hereda de Collection<FacetInfo>.) | |
Clear | (Se hereda de Collection<FacetInfo>.) | |
Contains(TKey) | (Se hereda de KeyedCollection<String, FacetInfo>.) | |
Contains(T) | (Se hereda de Collection<FacetInfo>.) | |
CopyTo | (Se hereda de Collection<FacetInfo>.) | |
Equals | (Se hereda de Object.) | |
GetEnumerator | (Se hereda de Collection<FacetInfo>.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
IndexOf | (Se hereda de Collection<FacetInfo>.) | |
Insert | (Se hereda de Collection<FacetInfo>.) | |
Remove(TKey) | (Se hereda de KeyedCollection<String, FacetInfo>.) | |
Remove(T) | (Se hereda de Collection<FacetInfo>.) | |
RemoveAt | (Se hereda de Collection<FacetInfo>.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de Collection<FacetInfo>.) | |
IList.Contains | (Se hereda de Collection<FacetInfo>.) | |
ICollection.CopyTo | (Se hereda de Collection<FacetInfo>.) | |
IEnumerable.GetEnumerator | (Se hereda de Collection<FacetInfo>.) | |
IList.IndexOf | (Se hereda de Collection<FacetInfo>.) | |
IList.Insert | (Se hereda de Collection<FacetInfo>.) | |
IList.IsFixedSize | (Se hereda de Collection<FacetInfo>.) | |
ICollection<T>.IsReadOnly | (Se hereda de Collection<FacetInfo>.) | |
IList.IsReadOnly | (Se hereda de Collection<FacetInfo>.) | |
ICollection.IsSynchronized | (Se hereda de Collection<FacetInfo>.) | |
IList.Item | (Se hereda de Collection<FacetInfo>.) | |
IList.Remove | (Se hereda de Collection<FacetInfo>.) | |
ICollection.SyncRoot | (Se hereda de Collection<FacetInfo>.) |
Arriba
Comentarios
An FacetinfoCollection object can be used to gain access to a set of facet information.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Ejemplos
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.