UnsupportedBufferDataTypeException 构造函数

Initializes a new instance of the UnsupportedBufferDataTypeException class.

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
Public Sub New ( _
    typeName As String _
)
用法
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
)

参数

请参阅

参考

UnsupportedBufferDataTypeException 类

Microsoft.SqlServer.Dts.Pipeline 命名空间