Proprietà Message
Gets the message associated with the Missing Object exception.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property Message As String
Get
'Utilizzo
Dim instance As MissingObjectException
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
Valore proprietà
Tipo: System. . :: . .String
A string value that contains the message associated with the Missing Object exception.
Implementa
Vedere anche