SqlEnumResult Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::EnumResult
Microsoft.SqlServer.Management.Sdk.Sfc::SqlEnumResult
| Name | Description | |
|---|---|---|
![]() | SqlEnumResult(Object^, ResultType, DatabaseEngineType) | 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. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | BuildSql() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetType(ResultType) | 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


