Classe SystemMessage
The SystemMessage object represents messages defined by the system.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public NotInheritable Class SystemMessage _
Inherits MessageObjectBase
'Uso
Dim instance As SystemMessage
public sealed class SystemMessage : MessageObjectBase
public ref class SystemMessage sealed : public MessageObjectBase
[<SealedAttribute>]
type SystemMessage =
class
inherit MessageObjectBase
end
public final class SystemMessage extends MessageObjectBase
Comentários
To get SystemMessage object properties, users can be a member of the public fixed server role.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .MessageObjectBase
Microsoft.SqlServer.Management.Smo..::..SystemMessage
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.