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 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。