Freigeben über


SfcInvalidConnectionContextModeChangeException.Message-Eigenschaft

Gets the error message. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Message As String 
    Get
'Usage
Dim instance As SfcInvalidConnectionContextModeChangeException 
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

Eigenschaftswert

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

Implementiert

_Exception.Message

Siehe auch

Verweis

SfcInvalidConnectionContextModeChangeException Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace