Costruttore UnsupportedBufferDataTypeException

Initializes a new instance of the UnsupportedBufferDataTypeException class.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    typeName As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

UnsupportedBufferDataTypeException Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline