IntegrationServicesException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모든 Integration Services 예외에 대한 기본 클래스를 나타냅니다.
public ref class IntegrationServicesException : Microsoft::SqlServer::Management::Common::SqlServerManagementException
[System.Serializable]
public class IntegrationServicesException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type IntegrationServicesException = class
inherit SqlServerManagementException
Public Class IntegrationServicesException
Inherits SqlServerManagementException
- 상속
-
IntegrationServicesException
- 특성
생성자
IntegrationServicesException() |
IntegrationServicesException 클래스의 새 인스턴스를 초기화합니다. |
IntegrationServicesException(SerializationInfo, StreamingContext) |
지정한 정보와 스트리밍 컨텍스트를 사용하여 IntegrationServicesException 클래스의 새 인스턴스를 초기화합니다. |
IntegrationServicesException(String) |
지정한 예외 메시지를 사용하여 IntegrationServicesException 클래스의 새 인스턴스를 초기화합니다. |
IntegrationServicesException(String, Exception) |
지정한 예외 메시지를 사용하여 IntegrationServicesException 클래스의 새 인스턴스를 초기화합니다. |
속성
HelpLink |
도움말 웹 사이트에 대한 링크를 가져옵니다. |
ProductVersion |
제품 버전을 가져옵니다. |
메서드
SetHelpContext(String) |
전달된 리소스 문자열을 기준으로 도움말 컨텍스트를 설정합니다. |