Konstruktor ComponentVersionMismatchException
Inicjuje nowe wystąpienie ComponentVersionMismatchException klasy z IdentificationString niedopasowane składnika.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
Public Sub New ( _
componentName As String _
)
'Użycie
Dim componentName As String
Dim instance As New ComponentVersionMismatchException(componentName)
public ComponentVersionMismatchException(
string componentName
)
public:
ComponentVersionMismatchException(
String^ componentName
)
new :
componentName:string -> ComponentVersionMismatchException
public function ComponentVersionMismatchException(
componentName : String
)
Parametry
- componentName
Typ: System.String
IdentificationString Składnika.
Zobacz także