UnsupportedBufferDataTypeException Constructor
Initializes a new instance of the UnsupportedBufferDataTypeException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Deklaracja
Public Sub New ( _
typeName As String _
)
public UnsupportedBufferDataTypeException (
string typeName
)
public:
UnsupportedBufferDataTypeException (
String^ typeName
)
public UnsupportedBufferDataTypeException (
String typeName
)
public function UnsupportedBufferDataTypeException (
typeName : String
)
Parameters
- typeName
The name of the data type.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.