Classe FacetInfoCollection
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
Gerarchia di ereditarietà
System.Object
System.Collections.ObjectModel.Collection<FacetInfo>
System.Collections.ObjectModel.KeyedCollection<String, FacetInfo>
Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public NotInheritable Class FacetInfoCollection _
Inherits KeyedCollection(Of String, FacetInfo)
'Utilizzo
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>
Nel tipo FacetInfoCollection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
FacetInfoCollection | Initializes a new instance of the FacetInfoCollection class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Comparer | Ereditato da KeyedCollection<String, FacetInfo>. | |
Count | Ereditato da Collection<FacetInfo>. | |
Item[TKey] | Ereditato da KeyedCollection<String, FacetInfo>. | |
Item[Int32] | Ereditato da Collection<FacetInfo>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Ereditato da Collection<FacetInfo>. | |
Clear | Ereditato da Collection<FacetInfo>. | |
Contains(TKey) | Ereditato da KeyedCollection<String, FacetInfo>. | |
Contains(T) | Ereditato da Collection<FacetInfo>. | |
CopyTo | Ereditato da Collection<FacetInfo>. | |
Equals | Ereditato da Object. | |
GetEnumerator | Ereditato da Collection<FacetInfo>. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IndexOf | Ereditato da Collection<FacetInfo>. | |
Insert | Ereditato da Collection<FacetInfo>. | |
Remove(TKey) | Ereditato da KeyedCollection<String, FacetInfo>. | |
Remove(T) | Ereditato da Collection<FacetInfo>. | |
RemoveAt | Ereditato da Collection<FacetInfo>. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList.Add | Ereditato da Collection<FacetInfo>. | |
IList.Contains | Ereditato da Collection<FacetInfo>. | |
ICollection.CopyTo | Ereditato da Collection<FacetInfo>. | |
IEnumerable.GetEnumerator | Ereditato da Collection<FacetInfo>. | |
IList.IndexOf | Ereditato da Collection<FacetInfo>. | |
IList.Insert | Ereditato da Collection<FacetInfo>. | |
IList.IsFixedSize | Ereditato da Collection<FacetInfo>. | |
ICollection<T>.IsReadOnly | Ereditato da Collection<FacetInfo>. | |
IList.IsReadOnly | Ereditato da Collection<FacetInfo>. | |
ICollection.IsSynchronized | Ereditato da Collection<FacetInfo>. | |
IList.Item | Ereditato da Collection<FacetInfo>. | |
IList.Remove | Ereditato da Collection<FacetInfo>. | |
ICollection.SyncRoot | Ereditato da Collection<FacetInfo>. |
In alto
Osservazioni
An FacetinfoCollection object can be used to gain access to a set of facet information.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempi
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.