EnumResult 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 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
Public method EnumResult() Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method 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
Public property Data Gets or sets the result data. 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.

Top

Methods

  Name Description
Public methodStatic member ConvertToDataReader Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member ConvertToDataSet Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member ConvertToDataTable Indicates the implicit cast to DataTable if possible. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member ConvertToXmlDocument Converts to XML document if possible. 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.
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(EnumResult to DataSet) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public operatorStatic member Implicit(EnumResult to XmlDocument) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public operatorStatic member 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.