SqlEnumResult 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.EnumResult
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlEnumResult

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 SqlEnumResult _
    Inherits EnumResult
'Usage
Dim instance As SqlEnumResult
[ComVisibleAttribute(false)]
public class SqlEnumResult : EnumResult
[ComVisibleAttribute(false)]
public ref class SqlEnumResult : public EnumResult
[<ComVisibleAttribute(false)>]
type SqlEnumResult =  
    class
        inherit EnumResult
    end
public class SqlEnumResult extends EnumResult

The SqlEnumResult type exposes the following members.

Constructors

  Name Description
Public method SqlEnumResult Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes an instance of the Microsoft.SqlServer.Management.Sdk.Sfc.SqlEnumResult class with the specified statement builder object, result type, and Database Engine type.

Top

Properties

  Name Description
Public property Data Gets or sets the result data. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumResult.)
Public property Databases Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property LastDbLevelSet Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Level Gets the count of the level of the database. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property NameProperties Gets or sets the property name for the database used in the DatabaseLevel. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property PostProcessFields Gets the fields after the process. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property SchemaPrefixes Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property SchemaPrefixProperties Gets or sets the property name for the schema used in the DatabaseLevel. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property StatementBuilder Gets or sets the StatementBuilder. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Type Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumResult.)

Top

Methods

  Name Description
Public method BuildSql 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.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetType Renders the result type on the data. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumResult.)
Public method ToString (Inherited from Object.)

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.