SfcDomainInfoCollection 类

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

继承层次结构

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<SfcDomainInfo>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Class SfcDomainInfoCollection _
    Inherits ReadOnlyCollection(Of SfcDomainInfo)
用法
Dim instance As SfcDomainInfoCollection
public class SfcDomainInfoCollection : ReadOnlyCollection<SfcDomainInfo>
public ref class SfcDomainInfoCollection : public ReadOnlyCollection<SfcDomainInfo^>
type SfcDomainInfoCollection =  
    class 
        inherit ReadOnlyCollection<SfcDomainInfo>
    end
public class SfcDomainInfoCollection extends ReadOnlyCollection<SfcDomainInfo>

SfcDomainInfoCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 SfcDomainInfoCollection Initializes a new instance of the SfcDomainInfoCollection class with specified list. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

属性

  名称 说明
公共属性 Count (从 ReadOnlyCollection<SfcDomainInfo> 继承。)
公共属性 Item[Int32] (从 ReadOnlyCollection<SfcDomainInfo> 继承。)
公共属性 Item[String] 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
受保护属性 Items (从 ReadOnlyCollection<SfcDomainInfo> 继承。)

页首

方法

  名称 说明
公共方法 Contains(String) 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Contains(T) (从 ReadOnlyCollection<SfcDomainInfo> 继承。)
公共方法 CopyTo (从 ReadOnlyCollection<SfcDomainInfo> 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetDomainForNamespaceQualifier 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetEnumerator (从 ReadOnlyCollection<SfcDomainInfo> 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 IndexOf (从 ReadOnlyCollection<SfcDomainInfo> 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

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

页首

线程安全

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

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间