Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates the implicit cast to DataTable if possible. 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)
Syntax
'Declaration
Public Shared Function ConvertToDataTable ( _
er As EnumResult _
) As DataTable
'Usage
Dim er As EnumResult
Dim returnValue As DataTable
returnValue = EnumResult.ConvertToDataTable(er)
public static DataTable ConvertToDataTable(
EnumResult er
)
public:
static DataTable^ ConvertToDataTable(
EnumResult^ er
)
static member ConvertToDataTable :
er:EnumResult -> DataTable
public static function ConvertToDataTable(
er : EnumResult
) : DataTable
Parameters
- er
Type: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
The enumeration result.
Return Value
Type: System.Data.DataTable
The implicit cast to DataTable.