UnsupportedBufferDataTypeException-Konstruktor
Initializes a new instance of the UnsupportedBufferDataTypeException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub New ( _
typeName As String _
)
'Usage
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
)
Parameter
- typeName
Typ: System. . :: . .String
The name of the data type.