Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the UnsupportedBufferDataTypeException class.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
Public Sub New ( _
typeName As String _
)
'Uso
Dim typeName As String
Dim instance As New UnsupportedBufferDataTypeException(typeName)
public UnsupportedBufferDataTypeException(
string typeName
)
public:
UnsupportedBufferDataTypeException(
String^ typeName
)
new :
typeName:string -> UnsupportedBufferDataTypeException
public function UnsupportedBufferDataTypeException(
typeName : String
)
Parámetros
- typeName
Tipo: System.String
The name of the data type.