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.
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 Widening Operator CType ( _
er As EnumResult _
) As XmlDocument
'Usage
Dim input As EnumResult
Dim output As XmlDocument
output = CType(input, XmlDocument)
public static implicit operator XmlDocument (
EnumResult er
)
static implicit operator XmlDocument^ (
EnumResult^ er
)
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- er
Type: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
The enumeration result.
Return Value
Type: System.Xml.XmlDocument
The enumeration result.