Compartilhar via


Construtor UnsupportedBufferDataTypeException

Initializes a new instance of the UnsupportedBufferDataTypeException class.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)

Sintaxe

'Declaração
Public Sub New ( _
    typeName As String _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

UnsupportedBufferDataTypeException Classe

Namespace Microsoft.SqlServer.Dts.Pipeline