Udostępnij za pośrednictwem


Konstruktor BufferNotFoundException

Inicjuje nowe wystąpienie BufferNotFoundException klasy

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

Składnia

'Deklaracja
Public Sub New ( _
    bufferID As Integer _
)
'Użycie
Dim bufferID As Integer

Dim instance As New BufferNotFoundException(bufferID)
public BufferNotFoundException(
    int bufferID
)
public:
BufferNotFoundException(
    int bufferID
)
new : 
        bufferID:int -> BufferNotFoundException
public function BufferNotFoundException(
    bufferID : int
)

Parametry