ResultTypeNotSupportedEnumeratorException Constructor (ResultType)
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
type As ResultType _
)
'Uso
Dim type As ResultType
Dim instance As New ResultTypeNotSupportedEnumeratorException(type)
public ResultTypeNotSupportedEnumeratorException(
ResultType type
)
public:
ResultTypeNotSupportedEnumeratorException(
ResultType type
)
new :
type:ResultType -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
type : ResultType
)
Parámetros
- type
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The type of the result.
Vea también
Referencia
ResultTypeNotSupportedEnumeratorException Clase