EnumResult Class

 

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::EnumResult
    Microsoft.SqlServer.Management.Sdk.Sfc::SqlEnumResult

[ComVisibleAttribute(false)]
public ref class EnumResult 

NameDescription
System_CAPS_pubmethodEnumResult()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodEnumResult(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.

NameDescription
System_CAPS_pubpropertyData

Gets or sets the result data. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubpropertyType

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticConvertToDataReader(EnumResult^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticConvertToDataSet(EnumResult^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticConvertToDataTable(EnumResult^)

Indicates the implicit cast to DataTable if possible. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticConvertToXmlDocument(EnumResult^)

Converts to XML document if possible. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetType(ResultType)

Renders the result type on the data. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(EnumResult^ to DataSet^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(EnumResult^ to DataTable^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(EnumResult^ to XmlDocument^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: