Propriedade do RDL SfcQueryConnectionUnavailableException.Message
Gets the error message. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property Message As String
Get
'Uso
Dim instance As SfcQueryConnectionUnavailableException
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 da propriedade
Tipo: System.String
The error message that explains the reason for the exception.