Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
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.) |
![]() |
Databases | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
LastDbLevelSet | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
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. |
![]() |
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. |
![]() |
PostProcessFields | Gets the fields after the process. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
SchemaPrefixes | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
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. |
![]() |
StatementBuilder | Gets or sets the StatementBuilder. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Type | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from EnumResult.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BuildSql | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.) |
![]() |
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.