Constructeur UnsupportedBufferDataTypeException
Initializes a new instance of the UnsupportedBufferDataTypeException class.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub New ( _
typeName As String _
)
'Utilisation
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
)
Paramètres
- typeName
Type : System. . :: . .String
The name of the data type.
Voir aussi