TransferStoredProceduresTask.DtsTransferSPException 클래스
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.TransferStoredProceduresTask
어셈블리: Microsoft.SqlServer.TransferStoredProceduresTask.dll의 Microsoft.SqlServer.TransferStoredProceduresTask
구문
‘선언
<SerializableAttribute> _
Public Class DtsTransferSPException _
Inherits Exception
‘사용 방법
Dim instance As TransferStoredProceduresTask.DtsTransferSPException
[SerializableAttribute]
public class DtsTransferSPException : Exception
[SerializableAttribute]
public ref class DtsTransferSPException : public Exception
[<SerializableAttribute>]
type DtsTransferSPException =
class
inherit Exception
end
public class DtsTransferSPException extends Exception
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask..::..TransferStoredProceduresTask..::..DtsTransferSPException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.