UnsupportedDataRecordTypeException 생성자
Initializes a new instance of the UnsupportedDataRecordTypeException class.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Sub New ( _
typeName As String _
)
‘사용 방법
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
)
매개 변수
- typeName
유형: System. . :: . .String
The name of the data type.