UnsupportedBufferDataTypeException 생성자
Initializes a new instance of the UnsupportedBufferDataTypeException 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 UnsupportedBufferDataTypeException(typeName)
public UnsupportedBufferDataTypeException(
string typeName
)
public:
UnsupportedBufferDataTypeException(
String^ typeName
)
new :
typeName:string -> UnsupportedBufferDataTypeException
public function UnsupportedBufferDataTypeException(
typeName : String
)
매개 변수
- typeName
유형: System. . :: . .String
The name of the data type.