UnsupportedBufferDataTypeException(String) 构造函数

定义

初始化 UnsupportedBufferDataTypeException 类的新实例。

public:
 UnsupportedBufferDataTypeException(System::String ^ typeName);
public UnsupportedBufferDataTypeException (string typeName);
new Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException : string -> Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException
Public Sub New (typeName As String)

参数

typeName
String

数据类型的名称。

适用于