TransferSqlServerObjectsTask.DtsTransferObjectException 클래스
The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
어셈블리: Microsoft.SqlServer.TransferSqlServerObjectsTask.dll의 Microsoft.SqlServer.TransferSqlServerObjectsTask
구문
‘선언
<SerializableAttribute> _
Public Class DtsTransferObjectException _
Inherits Exception
‘사용 방법
Dim instance As TransferSqlServerObjectsTask.DtsTransferObjectException
[SerializableAttribute]
public class DtsTransferObjectException : Exception
[SerializableAttribute]
public ref class DtsTransferObjectException : public Exception
[<SerializableAttribute>]
type DtsTransferObjectException =
class
inherit Exception
end
public class DtsTransferObjectException extends Exception
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask..::..TransferSqlServerObjectsTask..::..DtsTransferObjectException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.