AbstractCollectionBase 类

The AbstractCollectionBase object is a base class object that is used in the construction of collection objects.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase

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

语法

声明
Public MustInherit Class AbstractCollectionBase
用法
Dim instance As AbstractCollectionBase
public abstract class AbstractCollectionBase
public ref class AbstractCollectionBase abstract
[<AbstractClassAttribute>]
type AbstractCollectionBase =  class end
public abstract class AbstractCollectionBase

AbstractCollectionBase 类型公开以下成员。

方法

  名称 说明
受保护方法 AddExisting Adds an object to the collection.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 ImplAddExisting Adds an object to the collection.
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
受保护字段 initialized This value supports the SMO infrastructure and is not intended to be used directly from your code.

页首

注释

Thread Safety

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。

线程安全

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