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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。