다음을 통해 공유


UnsupportedBufferDataTypeException(String) 생성자

정의

UnsupportedBufferDataTypeException 클래스의 새 인스턴스를 초기화합니다.

public:
 UnsupportedBufferDataTypeException(System::String ^ typeName);
public UnsupportedBufferDataTypeException (string typeName);
new Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException : string -> Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException
Public Sub New (typeName As String)

매개 변수

typeName
String

데이터 형식의 이름입니다.

적용 대상