Classe SfcPropertyReadOnlyException

The exception that is thrown when trying to set a read-only property. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcException
        Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcPropertyReadOnlyException

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SfcPropertyReadOnlyException _
    Inherits SfcException
'Utilisation
Dim instance As SfcPropertyReadOnlyException
[SerializableAttribute]
public sealed class SfcPropertyReadOnlyException : SfcException
[SerializableAttribute]
public ref class SfcPropertyReadOnlyException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcPropertyReadOnlyException =  
    class
        inherit SfcException
    end
public final class SfcPropertyReadOnlyException extends SfcException

Le type SfcPropertyReadOnlyException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SfcPropertyReadOnlyException() () () () Initializes a new instance of the SfcPropertyReadOnlyException class. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
Méthode publique SfcPropertyReadOnlyException(String) Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink Gets a link to the help file associated with this exception. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message Gets the error message. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. (remplace Exception. . :: . .Message.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData Sets the SerializationInfo object with information about the exception. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. (remplace Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetHelpContext Sets the help context value for the referenced exception. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.)
Méthode publique ToString (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.