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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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> ) > ) > 继承。) |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
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 版本支持此命名空间、类或成员。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。