Enumerator Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class Enumerator _
Inherits MarshalByRefObject
'Usage
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
The Enumerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Enumerator | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
EnumDependencies | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetData(Object, Request) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetData(Object, Urn) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetData(Object, Urn, array<String[]) | Retrieves the specified data in the list. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetData(Object, Urn, array<String[], OrderBy) | Retrieves the specified data. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetData(Object, Urn, array<String[], array<OrderBy[]) | Retrieves the specified data. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Process(Object, Request) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Process(Object, RequestObjectInfo) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Process(ServerVersion, RequestObjectInfo) | Begins processing enumeration of request. | |
RegisterExtension | Registers the enumerator extension. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ToString | (Inherited from Object.) | |
TraceInfo(String) | Indicates the enumerator common trace function. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
TraceInfo(String, array<Object[]) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.