PropertyReadOnlyException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exception levée lors de la tentative de définition d’une propriété en lecture seule.
[System.Serializable]
public sealed class PropertyReadOnlyException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyReadOnlyException = class
inherit SmoException
Public NotInheritable Class PropertyReadOnlyException
Inherits SmoException
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| PropertyReadOnlyException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException. |
| PropertyReadOnlyException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException. |
| PropertyReadOnlyException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyReadOnlyException. |
Propriétés
| Nom | Description |
|---|---|
| HelpLink |
Obtient un lien sous forme de chaîne au site web de prise en charge. (Hérité de SmoException) |
| Message |
Obtient le message de l’exception sous forme de chaîne. |
| PropertyName |
Exception levée lors de la tentative de définition d’une propriété en lecture seule. |
| SmoExceptionType |
Obtient le type d’exception de T :Microsoft. Énumération SqlServer.Management.Smo.SmoExceptionType. |
Méthodes
| Nom | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Méthode d’assistance de sérialisation. |
| SetHelpContext(String) |
Exception levée lors de la tentative de définition d’une propriété en lecture seule. (Hérité de SmoException) |