ServerEvent.AlterInstance Property
Gets a server event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AlterInstance As ServerEvent
Get
'Usage
Dim value As ServerEvent
value = ServerEvent.AlterInstance
public static ServerEvent AlterInstance { get; }
public:
static property ServerEvent^ AlterInstance {
ServerEvent^ get ();
}
static member AlterInstance : ServerEvent
static function get AlterInstance () : ServerEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that represents the AlterInstance event that can be included in the server event set.