Enumerator 类

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

继承层次结构

System.Object
  System.MarshalByRefObject
    Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator

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

语法

声明
<ComVisibleAttribute(False)> _
Public Class Enumerator _
    Inherits MarshalByRefObject
用法
Dim instance As Enumerator
[ComVisibleAttribute(false)]
public class Enumerator : MarshalByRefObject
[ComVisibleAttribute(false)]
public ref class Enumerator : public MarshalByRefObject
[<ComVisibleAttribute(false)>]
type Enumerator =  
    class 
        inherit MarshalByRefObject 
    end
public class Enumerator extends MarshalByRefObject

Enumerator 类型公开以下成员。

构造函数

  名称 说明
公共方法 Enumerator 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

方法

  名称 说明
公共方法 CreateObjRef 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 EnumDependencies 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法静态成员 GetData(Object, Request) 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 GetData(Object, Urn) 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 GetData(Object, Urn, array<String[]) Retrieves the specified data in the list. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 GetData(Object, Urn, array<String[], OrderBy) Retrieves the specified data. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 GetData(Object, Urn, array<String[], array<OrderBy[]) Retrieves the specified data. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 InitializeLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
受保护方法 MemberwiseClone() (从 Object 继承。)
受保护方法 MemberwiseClone(Boolean) (从 MarshalByRefObject 继承。)
公共方法 Process(Object, Request) 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Process(Object, RequestObjectInfo) 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Process(ServerVersion, RequestObjectInfo) Begins processing enumeration of request.
公共方法静态成员 RegisterExtension Registers the enumerator extension. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 ToString (从 Object 继承。)
公共方法静态成员 TraceInfo(String) Indicates the enumerator common trace function. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 TraceInfo(String, array<Object[]) 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

线程安全

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

请参阅

参考

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