Share via


EnumObject Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.EnumObject
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public MustInherit Class EnumObject
'Usage
Dim instance As EnumObject
public abstract class EnumObject
public ref class EnumObject abstract
[<AbstractClassAttribute>]
type EnumObject =  class end
public abstract class EnumObject

The EnumObject type exposes the following members.

Constructors

  Name Description
Protected method EnumObject Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property ConnectionInfo Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Filter Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected property FixedProperties Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected property Name Gets the name of the xpath level. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Request Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property ResultTypes Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected property Urn Gets or sets the property that lives only while the request is serviced. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Protected method AddProperty Adds to the collection of properties. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ComputeFixedProperties Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetAliasPropertyName Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetData Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method GetFixedStringProperty Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetProperties Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method GetProperty Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetType (Inherited from Object.)
Public method GetUrnProperties Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Initialize Initializes the specified level. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method PostProcess Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method RetrieveParentRequest Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ToString (Inherited from Object.)
Protected method TryGetProperty Indicates the accessor for the property by name and usage, (for internal use). 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.