Construtor ResultTypeNotSupportedEnumeratorException (ResultType)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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.
Consulte também
Referência
ResultTypeNotSupportedEnumeratorException Classe