IntegrationServicesException 클래스

정의

모든 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)

전달된 리소스 문자열을 기준으로 도움말 컨텍스트를 설정합니다.

적용 대상