Classe FacetInfoCollection
The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public NotInheritable Class FacetInfoCollection _
Inherits KeyedCollection(Of String, FacetInfo)
'Uso
Dim instance As FacetInfoCollection
public sealed class FacetInfoCollection : KeyedCollection<string, FacetInfo>
public ref class FacetInfoCollection sealed : public KeyedCollection<String^, FacetInfo^>
[<SealedAttribute>]
type FacetInfoCollection =
class
inherit KeyedCollection<string, FacetInfo>
end
public final class FacetInfoCollection extends KeyedCollection<String, FacetInfo>
Comentários
An FacetinfoCollection object can be used to gain access to a set of facet information.
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Hierarquia de herança
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'FacetInfo> ) > ) >
System.Collections.ObjectModel. . :: . .KeyedCollection< (Of < ( <'String, FacetInfo> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..FacetInfoCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.