Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the UnsupportedDataRecordTypeException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub New ( _
typeName As String _
)
'Usage
Dim typeName As String
Dim instance As New UnsupportedDataRecordTypeException(typeName)
public UnsupportedDataRecordTypeException(
string typeName
)
public:
UnsupportedDataRecordTypeException(
String^ typeName
)
new :
typeName:string -> UnsupportedDataRecordTypeException
public function UnsupportedDataRecordTypeException(
typeName : String
)
Parameters
- typeName
Type: System.String
The name of the data type.