次の方法で共有


UnsupportedBufferDataTypeException コンストラクター

UnsupportedBufferDataTypeException クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター