Classe IntegrationServicesException
Represents the base class for all Integration Services exceptions.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class IntegrationServicesException _
Inherits SqlServerManagementException
'Utilisation
Dim instance As IntegrationServicesException
[SerializableAttribute]
public class IntegrationServicesException : SqlServerManagementException
[SerializableAttribute]
public ref class IntegrationServicesException : public SqlServerManagementException
[<SerializableAttribute>]
type IntegrationServicesException =
class
inherit SqlServerManagementException
end
public class IntegrationServicesException extends SqlServerManagementException
Le type IntegrationServicesException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
IntegrationServicesException() | Initializes a new instance of the IntegrationServicesException class. |
![]() |
IntegrationServicesException(String) | Initializes a new instance of the IntegrationServicesException class with the specified exception message. |
![]() |
IntegrationServicesException(SerializationInfo, StreamingContext) | Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context. |
![]() |
IntegrationServicesException(String, Exception) | Initializes a new instance of the IntegrationServicesException class with the specified exception message. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
HelpLink | Gets a link to the help website. (remplace Exception.HelpLink.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | (hérité de Exception.) |
![]() ![]() |
ProductVersion | Gets the version of the product. |
![]() |
Source | (hérité de Exception.) |
![]() |
StackTrace | (hérité de Exception.) |
![]() |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetBaseException | (hérité de Exception.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetObjectData | Informations critiques de sécurité. (hérité de Exception.) |
![]() |
GetType | (hérité de Exception.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
SetHelpContext | Sets the help context based on the resource string that is passed. |
![]() |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
SerializeObjectState | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices