Compartir a través de


SfcPropertyReadOnlyException.Message Propiedad

Gets the error message. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property Message As String 
    Get
'Uso
Dim instance As SfcPropertyReadOnlyException 
Dim value As String 

value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string 
override Message : string
override function get Message () : String

Valor de la propiedad

Tipo: System.String
The error message that explains the reason for the exception.

Implementa

_Exception.Message

Vea también

Referencia

SfcPropertyReadOnlyException Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc