Udostępnij za pośrednictwem


Konstruktor UnsupportedBufferDataTypeException

Inicjuje nowe wystąpienie UnsupportedBufferDataTypeException klasy

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Sub New ( _
    typeName As String _
)
'Użycie
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
)

Parametry