SfcPropertyReadOnlyException Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Esta excepción se produce al intentar establecer una propiedad readonly.
[System.Serializable]
public sealed class SfcPropertyReadOnlyException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcPropertyReadOnlyException = class
inherit SfcException
Public NotInheritable Class SfcPropertyReadOnlyException
Inherits SfcException
- Herencia
- Atributos
Constructores
| Nombre | Description |
|---|---|
| SfcPropertyReadOnlyException() |
Esta excepción se produce al intentar establecer una propiedad readonly. |
| SfcPropertyReadOnlyException(String) |
Esta excepción se produce al intentar establecer una propiedad readonly. |
Propiedades
| Nombre | Description |
|---|---|
| HelpLink |
Esta excepción se produce al intentar establecer una propiedad readonly. (Heredado de SfcException) |
| Message |
Esta excepción se produce al intentar establecer una propiedad readonly. |
Métodos
| Nombre | Description |
|---|---|
| SetHelpContext(String) |
Esta excepción se produce al intentar establecer una propiedad readonly. (Heredado de SfcException) |