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< (Of < ( <'FacetInfo> ) > ) >
System.Collections.ObjectModel. . :: . .KeyedCollection< (Of < ( <'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< (Of < ( <'String, FacetInfo> ) > ) >. | |
Count | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
Dictionary | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
Item[ ( [ ( TKey] ) ] ) | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
Item[ ( [ ( Int32] ) ] ) | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
Items | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
ChangeItemKey | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
Clear | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
ClearItems | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
Contains(TKey) | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
Contains(T) | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
CopyTo | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
GetHashCode | Ereditato da Object. | |
GetKeyForItem | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
GetType | Ereditato da Object. | |
IndexOf | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
Insert | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
InsertItem | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
MemberwiseClone | Ereditato da Object. | |
Remove(TKey) | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
Remove(T) | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
RemoveAt | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
RemoveItem | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
SetItem | Ereditato da KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList. . :: . .Add | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .Contains | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
ICollection. . :: . .CopyTo | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IEnumerable. . :: . .GetEnumerator | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .IndexOf | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .Insert | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .IsFixedSize | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .IsReadOnly | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
ICollection. . :: . .IsSynchronized | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .Item | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
IList. . :: . .Remove | Ereditato da Collection< (Of < ( <'FacetInfo> ) > ) >. | |
ICollection. . :: . .SyncRoot | Ereditato da Collection< (Of < ( <'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.
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.