Constructeur ResultTypeNotSupportedEnumeratorException (ResultType)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
type As ResultType _
)
'Utilisation
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
)
Paramètres
- type
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The type of the result.
Voir aussi
Référence
ResultTypeNotSupportedEnumeratorException Classe