Aracılığıyla paylaş


DatabaseEvent.AlterSequence Property

Gets a database event that can be included in the event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public Shared ReadOnly Property AlterSequence As DatabaseEvent
    Get
'Kullanım
Dim value As DatabaseEvent

value = DatabaseEvent.AlterSequence
public static DatabaseEvent AlterSequence { get; }
public:
static property DatabaseEvent^ AlterSequence {
    DatabaseEvent^ get ();
}
static member AlterSequence : DatabaseEvent
static function get AlterSequence () : DatabaseEvent

Property Value

Type: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEventobject that represents the AlterSequence event that can be included in the database event set.

Examples

Handling SMO Events

See Also

Reference

DatabaseEvent Class

Microsoft.SqlServer.Management.Smo Namespace