Classe SfcPropertyReadOnlyException
The exception that is thrown when trying to set a read-only property. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyReadOnlyException
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class SfcPropertyReadOnlyException _
Inherits SfcException
'Uso
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
O tipo SfcPropertyReadOnlyException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcPropertyReadOnlyException() | Initializes a new instance of the SfcPropertyReadOnlyException class. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. | |
SfcPropertyReadOnlyException(String) | Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets a link to the help file associated with this exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | Gets the error message. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. (Substitui Exception.Message.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the SerializationInfo object with information about the exception. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
SetHelpContext | Sets the help context value for the referenced exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcException.) | |
ToString | (Herdado de Exception.) |
Início
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.