Propriété SfcInvalidConnectionContextModeChangeException.Message
Gets the error message. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property Message As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The error message that explains the reason for the exception.