次の方法で共有


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

データ型の名前です。

適用対象