InvalidInOperatorException Constructor (String)
Initializes a new instance of the InvalidInOperatorException class that has the specified operator type.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
opType As String _
)
'Uso
Dim opType As String
Dim instance As New InvalidInOperatorException(opType)
public InvalidInOperatorException(
string opType
)
public:
InvalidInOperatorException(
String^ opType
)
new :
opType:string -> InvalidInOperatorException
public function InvalidInOperatorException(
opType : String
)
Parámetros
- opType
Tipo: System. . :: . .String
A String value that specifies the operator type.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.