共用方式為


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 命名空間