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 EnumResult
'Usage
Dim instance As EnumResult
[ComVisibleAttribute(false)]
public class EnumResult
[ComVisibleAttribute(false)]
public ref class EnumResult
[<ComVisibleAttribute(false)>]
type EnumResult = class end
public class EnumResult
The EnumResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EnumResult() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
EnumResult(Object, ResultType) | Initializes a new instance of the EnumResult class with the specified object and resultType parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
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. |
![]() |
Type | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
ConvertToDataReader | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
ConvertToDataSet | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
ConvertToDataTable | Indicates the implicit cast to DataTable if possible. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
ConvertToXmlDocument | Converts to XML document if possible. 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. |
![]() |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Implicit(EnumResult to DataSet) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
Implicit(EnumResult to XmlDocument) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
Implicit(EnumResult to DataTable) | 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.