Classe PropertyReadOnlyException
The PropertyReadOnlyException class represents the exception that is raised when an attempt is made to set a read-only property.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Smo. . :: . .SmoException
Microsoft.SqlServer.Management.Smo..::..PropertyReadOnlyException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class PropertyReadOnlyException _
Inherits SmoException
'Uso
Dim instance As PropertyReadOnlyException
[SerializableAttribute]
public sealed class PropertyReadOnlyException : SmoException
[SerializableAttribute]
public ref class PropertyReadOnlyException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type PropertyReadOnlyException =
class
inherit SmoException
end
public final class PropertyReadOnlyException extends SmoException
O tipo PropertyReadOnlyException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PropertyReadOnlyException() () () () | Initializes a new instance of the PropertyReadOnlyException class. | |
PropertyReadOnlyException(String) | Initializes a new instance of the PropertyReadOnlyException class for the specified property. | |
PropertyReadOnlyException(String, Exception) | Initializes a new instance of the PropertyReadOnlyException class with the specified message and the specified inner exception. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | Gets the message that describes the current exception. (Substitui Exception. . :: . .Message.) | |
PropertyName | Gets the name of the property that is read-only. | |
SmoExceptionType | Gets the type of SMO exception. (Substitui SmoException. . :: . .SmoExceptionType.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Returns object data to facilitate remoting. (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Herdado de SmoException.) | |
ToString | (Herdado de Exception.) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.