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<FacetInfo>
    System.Collections.ObjectModel.KeyedCollection<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<String, FacetInfo> 继承。)
公共属性 Count (从 Collection<FacetInfo> 继承。)
公共属性 Item[TKey] (从 KeyedCollection<String, FacetInfo> 继承。)
公共属性 Item[Int32] (从 Collection<FacetInfo> 继承。)

页首

方法

  名称 说明
公共方法 Add (从 Collection<FacetInfo> 继承。)
公共方法 Clear (从 Collection<FacetInfo> 继承。)
公共方法 Contains(TKey) (从 KeyedCollection<String, FacetInfo> 继承。)
公共方法 Contains(T) (从 Collection<FacetInfo> 继承。)
公共方法 CopyTo (从 Collection<FacetInfo> 继承。)
公共方法 Equals (从 Object 继承。)
公共方法 GetEnumerator (从 Collection<FacetInfo> 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 IndexOf (从 Collection<FacetInfo> 继承。)
公共方法 Insert (从 Collection<FacetInfo> 继承。)
公共方法 Remove(TKey) (从 KeyedCollection<String, FacetInfo> 继承。)
公共方法 Remove(T) (从 Collection<FacetInfo> 继承。)
公共方法 RemoveAt (从 Collection<FacetInfo> 继承。)
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IList.Add (从 Collection<FacetInfo> 继承。)
显式接口实现私有方法 IList.Contains (从 Collection<FacetInfo> 继承。)
显式接口实现私有方法 ICollection.CopyTo (从 Collection<FacetInfo> 继承。)
显式接口实现私有方法 IEnumerable.GetEnumerator (从 Collection<FacetInfo> 继承。)
显式接口实现私有方法 IList.IndexOf (从 Collection<FacetInfo> 继承。)
显式接口实现私有方法 IList.Insert (从 Collection<FacetInfo> 继承。)
显式接口实现私有属性 IList.IsFixedSize (从 Collection<FacetInfo> 继承。)
显式接口实现私有属性 ICollection<T>.IsReadOnly (从 Collection<FacetInfo> 继承。)
显式接口实现私有属性 IList.IsReadOnly (从 Collection<FacetInfo> 继承。)
显式接口实现私有属性 ICollection.IsSynchronized (从 Collection<FacetInfo> 继承。)
显式接口实现私有属性 IList.Item (从 Collection<FacetInfo> 继承。)
显式接口实现私有方法 IList.Remove (从 Collection<FacetInfo> 继承。)
显式接口实现私有属性 ICollection.SyncRoot (从 Collection<FacetInfo> 继承。)

页首

注释

An FacetinfoCollection object can be used to gain access to a set of facet information.

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

示例

使用集合

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Dmf 命名空间