Класс FacetInfoCollection
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
Иерархия наследования
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'FacetInfo> ) > ) >
System.Collections.ObjectModel. . :: . .KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..FacetInfoCollection
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public NotInheritable Class FacetInfoCollection _
Inherits KeyedCollection(Of String, FacetInfo)
'Применение
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>
Тип FacetInfoCollection обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
FacetInfoCollection | Initializes a new instance of the FacetInfoCollection class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Comparer | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Count | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
Dictionary | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Item[ ( [ ( TKey] ) ] ) | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Item[ ( [ ( Int32] ) ] ) | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
Items | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
ChangeItemKey | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Clear | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
ClearItems | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Contains(TKey) | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Contains(T) | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
CopyTo | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetEnumerator | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetKeyForItem | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
GetType | (Производный от Object.) |
![]() |
IndexOf | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
Insert | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
InsertItem | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Remove(TKey) | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
Remove(T) | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
RemoveAt | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() |
RemoveItem | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
SetItem | (Производный от KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >.) |
![]() |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
IList. . :: . .Add | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Contains | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .IndexOf | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Insert | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsFixedSize | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsReadOnly | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Item | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
IList. . :: . .Remove | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (Производный от Collection< (Of < ( <'FacetInfo> ) > ) >.) |
В начало
Замечания
An FacetinfoCollection object can be used to gain access to a set of facet information.
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.